Html Css Color HEX #2DDF39 Lime Green

📋 copy color: '#2DDF39'

red 45 ◦ green 223 ◦ blue 57

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

Shades of Lime Green #2DDF39

Tints of Lime Green #2DDF39

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.62%

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 13.85%
G = 68.62%
B = 17.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#2DDF39 (or 0x2DDF39) is known color: Lime Green. HEX triplet: 2D, DF and 39. RGB value is (45,223,57). Sum of RGB (Red+Green+Blue) = 45+223+57=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF39 is #D220C6. Grayscale: #979797. Windows color (decimal): -13770951 or 3792685. OLE color: 3792685.

HSL color Cylindrical-coordinate representation of color #2DDF39: hue angle of 124.04º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF39 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 57 -
CMYK 0.80 0 0.74 0.13
HSL 124.04º 0.74% 0.53% -
HSV(B) 124.04º 0.8% 0.87% -
XYZ 28.21 53.63 12.74 -
YUV 150.85 75.03 52.5 -
System Red Green Blue C M Y K H S L
Decimal 45 223 57 0.80 0 0.74 0.13 124.04 0.74 0.53
Hex 2D DF 39 50 0 4A D 7C 4A 35
Octal 55 337 71 120 0 112 15 174 112 65
Binary 101101 11011111 111001 1010000 0 1001010 1101 1111100 1001010 110101

Color Harmonies of #2DDF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF39

Black with #2DDF39

Text Example


Text Example

White with #2DDF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,57); }

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

background-color css

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

 a { background-color: rgb(45,223,57); }

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

border-color css

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

 span { border-color: rgb(45,223,57); }

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