Html Css Color HEX #25D918 Lime Green

📋 copy color: '#25D918'

red 37 ◦ green 217 ◦ blue 24

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

Shades of Lime Green #25D918

Tints of Lime Green #25D918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.06%

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

R = 13.31%
G = 78.06%
B = 8.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#25D918 (or 0x25D918) is known color: Lime Green. HEX triplet: 25, D9 and 18. RGB value is (37,217,24). Sum of RGB (Red+Green+Blue) = 37+217+24=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #25D918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D918 is #DA26E7. Grayscale: #8D8D8D. Windows color (decimal): -14296808 or 1628453. OLE color: 1628453.

HSL color Cylindrical-coordinate representation of color #25D918: hue angle of 115.96º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25D918 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 24 -
CMYK 0.83 0 0.89 0.15
HSL 115.96º 0.8% 0.47% -
HSV(B) 115.96º 0.89% 0.85% -
XYZ 25.74 50.08 9.17 -
YUV 141.18 61.87 53.69 -
System Red Green Blue C M Y K H S L
Decimal 37 217 24 0.83 0 0.89 0.15 115.96 0.8 0.47
Hex 25 D9 18 53 0 59 F 74 50 2F
Octal 45 331 30 123 0 131 17 164 120 57
Binary 100101 11011001 11000 1010011 0 1011001 1111 1110100 1010000 101111

Color Harmonies of #25D918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D918

Black with #25D918

Text Example


Text Example

White with #25D918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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