Html Css Color HEX #2DD424 Lime Green

📋 copy color: '#2DD424'

red 45 ◦ green 212 ◦ blue 36

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

Shades of Lime Green #2DD424

Tints of Lime Green #2DD424

RGB

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

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

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

R = 15.36%
G = 72.35%
B = 12.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#2DD424 (or 0x2DD424) is known color: Lime Green. HEX triplet: 2D, D4 and 24. RGB value is (45,212,36). Sum of RGB (Red+Green+Blue) = 45+212+36=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD424 is #D22BDB. Grayscale: #8E8E8E. Windows color (decimal): -13773788 or 2413613. OLE color: 2413613.

HSL color Cylindrical-coordinate representation of color #2DD424: hue angle of 116.93º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DD424 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 36 -
CMYK 0.79 0 0.83 0.17
HSL 116.93º 0.71% 0.49% -
HSV(B) 116.93º 0.83% 0.83% -
XYZ 24.94 47.77 9.58 -
YUV 142 68.17 58.81 -
System Red Green Blue C M Y K H S L
Decimal 45 212 36 0.79 0 0.83 0.17 116.93 0.71 0.49
Hex 2D D4 24 4F 0 53 11 75 47 31
Octal 55 324 44 117 0 123 21 165 107 61
Binary 101101 11010100 100100 1001111 0 1010011 10001 1110101 1000111 110001

Color Harmonies of #2DD424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD424

Black with #2DD424

Text Example


Text Example

White with #2DD424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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