Html Css Color HEX #25C92A Lime Green

📋 copy color: '#25C92A'

red 37 ◦ green 201 ◦ blue 42

#25C92A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #25C92A

Tints of Lime Green #25C92A

RGB

 RED value IS 37 (14.84% from 255) = 13.21%

 GREEN value IS 201 (78.91% from 255) = 71.79%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 13.21%
G = 71.79%
B = 15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25C92A (or 0x25C92A) is known color: Lime Green. HEX triplet: 25, C9 and 2A. RGB value is (37,201,42). Sum of RGB (Red+Green+Blue) = 37+201+42=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #25C92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C92A is #DA36D5. Grayscale: #868686. Windows color (decimal): -14300886 or 2804005. OLE color: 2804005.

HSL color Cylindrical-coordinate representation of color #25C92A: hue angle of 121.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C92A is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 201 42 -
CMYK 0.82 0 0.79 0.21
HSL 121.83º 0.69% 0.47% -
HSV(B) 121.83º 0.82% 0.79% -
XYZ 22.07 42.33 9.2 -
YUV 133.84 76.17 58.93 -
System Red Green Blue C M Y K H S L
Decimal 37 201 42 0.82 0 0.79 0.21 121.83 0.69 0.47
Hex 25 C9 2A 52 0 4F 15 7A 45 2F
Octal 45 311 52 122 0 117 25 172 105 57
Binary 100101 11001001 101010 1010010 0 1001111 10101 1111010 1000101 101111

Color Harmonies of #25C92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C92A

Black with #25C92A

Text Example


Text Example

White with #25C92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25C92A; }

 p { color: rgb(37,201,42); }

 H1.HeaderClassName
 {
   color: #25C92A;
 }
 .AnyTagClassName
 {
   color: #25C92A;
 }
</style>

background-color css

<style>
 a { background-color: #25C92A; }

 a { background-color: rgb(37,201,42); }

 div.DivClassName
 {
   background-color: #25C92A;
 }
 .BgClassName
 {
   background-color: #25C92A;
 }
</style>

border-color css

<style>
 span { border-color: #25C92A; }

 span { border-color: rgb(37,201,42); }

 td.TdClassName
 {
   border-color: #25C92A;
 }
 .TagClassName
 {
   border-color: #25C92A;
 }
</style>