Html Css Color HEX #2DD032 Lime Green

📋 copy color: '#2DD032'

red 45 ◦ green 208 ◦ blue 50

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

Shades of Lime Green #2DD032

Tints of Lime Green #2DD032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.65%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 14.85%
G = 68.65%
B = 16.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#2DD032 (or 0x2DD032) is known color: Lime Green. HEX triplet: 2D, D0 and 32. RGB value is (45,208,50). Sum of RGB (Red+Green+Blue) = 45+208+50=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD032 is #D22FCD. Grayscale: #8D8D8D. Windows color (decimal): -13774798 or 3330093. OLE color: 3330093.

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

Color convert

RGB 45 208 50 -
CMYK 0.78 0 0.76 0.18
HSL 121.84º 0.64% 0.5% -
HSV(B) 121.84º 0.78% 0.82% -
XYZ 24.21 45.9 10.6 -
YUV 141.25 76.5 59.35 -
System Red Green Blue C M Y K H S L
Decimal 45 208 50 0.78 0 0.76 0.18 121.84 0.64 0.5
Hex 2D D0 32 4E 0 4C 12 7A 40 32
Octal 55 320 62 116 0 114 22 172 100 62
Binary 101101 11010000 110010 1001110 0 1001100 10010 1111010 1000000 110010

Color Harmonies of #2DD032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD032

Black with #2DD032

Text Example


Text Example

White with #2DD032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,208,50); }

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

background-color css

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

 a { background-color: rgb(45,208,50); }

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

border-color css

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

 span { border-color: rgb(45,208,50); }

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