Html Css Color HEX #2DCB24 Lime Green

📋 copy color: '#2DCB24'

red 45 ◦ green 203 ◦ blue 36

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

Shades of Lime Green #2DCB24

Tints of Lime Green #2DCB24

RGB

 RED value IS 45 (17.97% from 255) = 15.85%

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

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

R = 15.85%
G = 71.48%
B = 12.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#2DCB24 (or 0x2DCB24) is known color: Lime Green. HEX triplet: 2D, CB and 24. RGB value is (45,203,36). Sum of RGB (Red+Green+Blue) = 45+203+36=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB24 is #D234DB. Grayscale: #898989. Windows color (decimal): -13776092 or 2411309. OLE color: 2411309.

HSL color Cylindrical-coordinate representation of color #2DCB24: hue angle of 116.77º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCB24 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 203 36 -
CMYK 0.78 0 0.82 0.20
HSL 116.77º 0.7% 0.47% -
HSV(B) 116.77º 0.82% 0.8% -
XYZ 22.76 43.4 8.85 -
YUV 136.72 71.15 62.58 -
System Red Green Blue C M Y K H S L
Decimal 45 203 36 0.78 0 0.82 0.20 116.77 0.7 0.47
Hex 2D CB 24 4E 0 52 14 75 46 2F
Octal 55 313 44 116 0 122 24 165 106 57
Binary 101101 11001011 100100 1001110 0 1010010 10100 1110101 1000110 101111

Color Harmonies of #2DCB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB24

Black with #2DCB24

Text Example


Text Example

White with #2DCB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCB24; }

 p { color: rgb(45,203,36); }

 H1.HeaderClassName
 {
   color: #2DCB24;
 }
 .AnyTagClassName
 {
   color: #2DCB24;
 }
</style>

background-color css

<style>
 a { background-color: #2DCB24; }

 a { background-color: rgb(45,203,36); }

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

border-color css

<style>
 span { border-color: #2DCB24; }

 span { border-color: rgb(45,203,36); }

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