Html Css Color HEX #2DD24F Lime Green

📋 copy color: '#2DD24F'

red 45 ◦ green 210 ◦ blue 79

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

Shades of Lime Green #2DD24F

Tints of Lime Green #2DD24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 13.47%
G = 62.87%
B = 23.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#2DD24F (or 0x2DD24F) is known color: Lime Green. HEX triplet: 2D, D2 and 4F. RGB value is (45,210,79). Sum of RGB (Red+Green+Blue) = 45+210+79=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD24F is #D22DB0. Grayscale: #929292. Windows color (decimal): -13774257 or 5231149. OLE color: 5231149.

HSL color Cylindrical-coordinate representation of color #2DD24F: hue angle of 132.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD24F is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 210 79 -
CMYK 0.79 0 0.62 0.18
HSL 132.36º 0.65% 0.5% -
HSV(B) 132.36º 0.79% 0.82% -
XYZ 25.54 47.22 15.16 -
YUV 145.73 90.34 56.15 -
System Red Green Blue C M Y K H S L
Decimal 45 210 79 0.79 0 0.62 0.18 132.36 0.65 0.5
Hex 2D D2 4F 4F 0 3E 12 84 41 32
Octal 55 322 117 117 0 76 22 204 101 62
Binary 101101 11010010 1001111 1001111 0 111110 10010 10000100 1000001 110010

Color Harmonies of #2DD24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD24F

Black with #2DD24F

Text Example


Text Example

White with #2DD24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,210,79); }

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

background-color css

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

 a { background-color: rgb(45,210,79); }

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

border-color css

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

 span { border-color: rgb(45,210,79); }

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