Html Css Color HEX #2DDD13 Lime Green

📋 copy color: '#2DDD13'

red 45 ◦ green 221 ◦ blue 19

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

Shades of Lime Green #2DDD13

Tints of Lime Green #2DDD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 15.79%
G = 77.54%
B = 6.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2DDD13 (or 0x2DDD13) is known color: Lime Green. HEX triplet: 2D, DD and 13. RGB value is (45,221,19). Sum of RGB (Red+Green+Blue) = 45+221+19=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD13 is #D222EC. Grayscale: #919191. Windows color (decimal): -13771501 or 1301805. OLE color: 1301805.

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

Color convert

RGB 45 221 19 -
CMYK 0.80 0 0.91 0.13
HSL 112.28º 0.84% 0.47% -
HSV(B) 112.28º 0.91% 0.87% -
XYZ 27.06 52.32 9.29 -
YUV 145.35 56.69 56.43 -
System Red Green Blue C M Y K H S L
Decimal 45 221 19 0.80 0 0.91 0.13 112.28 0.84 0.47
Hex 2D DD 13 50 0 5B D 70 54 2F
Octal 55 335 23 120 0 133 15 160 124 57
Binary 101101 11011101 10011 1010000 0 1011011 1101 1110000 1010100 101111

Color Harmonies of #2DDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD13

Black with #2DDD13

Text Example


Text Example

White with #2DDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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