Html Css Color HEX #25D418 Lime Green

📋 copy color: '#25D418'

red 37 ◦ green 212 ◦ blue 24

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

Shades of Lime Green #25D418

Tints of Lime Green #25D418

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.66%

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

R = 13.55%
G = 77.66%
B = 8.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#25D418 (or 0x25D418) is known color: Lime Green. HEX triplet: 25, D4 and 18. RGB value is (37,212,24). Sum of RGB (Red+Green+Blue) = 37+212+24=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #25D418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D418 is #DA2BE7. Grayscale: #8A8A8A. Windows color (decimal): -14298088 or 1627173. OLE color: 1627173.

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

Color convert

RGB 37 212 24 -
CMYK 0.83 0 0.89 0.17
HSL 115.85º 0.8% 0.46% -
HSV(B) 115.85º 0.89% 0.83% -
XYZ 24.47 47.55 8.75 -
YUV 138.24 63.52 55.79 -
System Red Green Blue C M Y K H S L
Decimal 37 212 24 0.83 0 0.89 0.17 115.85 0.8 0.46
Hex 25 D4 18 53 0 59 11 74 50 2E
Octal 45 324 30 123 0 131 21 164 120 56
Binary 100101 11010100 11000 1010011 0 1011001 10001 1110100 1010000 101110

Color Harmonies of #25D418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D418

Black with #25D418

Text Example


Text Example

White with #25D418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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