Html Css Color HEX #25D224 Lime Green

📋 copy color: '#25D224'

red 37 ◦ green 210 ◦ blue 36

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

Shades of Lime Green #25D224

Tints of Lime Green #25D224

RGB

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

 GREEN value IS 210 (82.42% from 255) = 74.2%

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 13.07%
G = 74.2%
B = 12.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#25D224 (or 0x25D224) is known color: Lime Green. HEX triplet: 25, D2 and 24. RGB value is (37,210,36). Sum of RGB (Red+Green+Blue) = 37+210+36=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #25D224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D224 is #DA2DDB. Grayscale: #8A8A8A. Windows color (decimal): -14298588 or 2413093. OLE color: 2413093.

HSL color Cylindrical-coordinate representation of color #25D224: hue angle of 119.66º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D224 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 210 36 -
CMYK 0.82 0 0.83 0.18
HSL 119.66º 0.71% 0.48% -
HSV(B) 119.66º 0.83% 0.82% -
XYZ 24.13 46.61 9.39 -
YUV 138.44 70.19 55.65 -
System Red Green Blue C M Y K H S L
Decimal 37 210 36 0.82 0 0.83 0.18 119.66 0.71 0.48
Hex 25 D2 24 52 0 53 12 78 47 30
Octal 45 322 44 122 0 123 22 170 107 60
Binary 100101 11010010 100100 1010010 0 1010011 10010 1111000 1000111 110000

Color Harmonies of #25D224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D224

Black with #25D224

Text Example


Text Example

White with #25D224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,210,36); }

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

background-color css

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

 a { background-color: rgb(37,210,36); }

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

border-color css

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

 span { border-color: rgb(37,210,36); }

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