Html Css Color HEX #2DDD16 Lime Green

📋 copy color: '#2DDD16'

red 45 ◦ green 221 ◦ blue 22

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

Shades of Lime Green #2DDD16

Tints of Lime Green #2DDD16

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.74%

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 15.63%
G = 76.74%
B = 7.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#2DDD16 (or 0x2DDD16) is known color: Lime Green. HEX triplet: 2D, DD and 16. RGB value is (45,221,22). Sum of RGB (Red+Green+Blue) = 45+221+22=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD16 is #D222E9. Grayscale: #929292. Windows color (decimal): -13771498 or 1498413. OLE color: 1498413.

HSL color Cylindrical-coordinate representation of color #2DDD16: hue angle of 113.07º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DDD16 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 22 -
CMYK 0.80 0 0.90 0.13
HSL 113.07º 0.82% 0.48% -
HSV(B) 113.07º 0.9% 0.87% -
XYZ 27.08 52.33 9.43 -
YUV 145.69 58.19 56.18 -
System Red Green Blue C M Y K H S L
Decimal 45 221 22 0.80 0 0.90 0.13 113.07 0.82 0.48
Hex 2D DD 16 50 0 5A D 71 52 30
Octal 55 335 26 120 0 132 15 161 122 60
Binary 101101 11011101 10110 1010000 0 1011010 1101 1110001 1010010 110000

Color Harmonies of #2DDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD16

Black with #2DDD16

Text Example


Text Example

White with #2DDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,221,22); }

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

background-color css

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

 a { background-color: rgb(45,221,22); }

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

border-color css

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

 span { border-color: rgb(45,221,22); }

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