Html Css Color HEX #25CB18 Lime Green

📋 copy color: '#25CB18'

red 37 ◦ green 203 ◦ blue 24

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

Shades of Lime Green #25CB18

Tints of Lime Green #25CB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 76.89%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 14.02%
G = 76.89%
B = 9.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#25CB18 (or 0x25CB18) is known color: Lime Green. HEX triplet: 25, CB and 18. RGB value is (37,203,24). Sum of RGB (Red+Green+Blue) = 37+203+24=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 203 (79.69% from 255 or 76.89% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CB18 is #DA34E7. Grayscale: #858585. Windows color (decimal): -14300392 or 1624869. OLE color: 1624869.

HSL color Cylindrical-coordinate representation of color #25CB18: hue angle of 115.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25CB18 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 203 24 -
CMYK 0.82 0 0.88 0.20
HSL 115.64º 0.79% 0.45% -
HSV(B) 115.64º 0.88% 0.8% -
XYZ 22.28 43.17 8.02 -
YUV 132.96 66.5 59.55 -
System Red Green Blue C M Y K H S L
Decimal 37 203 24 0.82 0 0.88 0.20 115.64 0.79 0.45
Hex 25 CB 18 52 0 58 14 74 4F 2D
Octal 45 313 30 122 0 130 24 164 117 55
Binary 100101 11001011 11000 1010010 0 1011000 10100 1110100 1001111 101101

Color Harmonies of #25CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CB18

Black with #25CB18

Text Example


Text Example

White with #25CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,203,24); }

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

background-color css

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

 a { background-color: rgb(37,203,24); }

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

border-color css

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

 span { border-color: rgb(37,203,24); }

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