Html Css Color HEX #2DDD10 Lime Green

📋 copy color: '#2DDD10'

red 45 ◦ green 221 ◦ blue 16

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

Shades of Lime Green #2DDD10

Tints of Lime Green #2DDD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 15.96%
G = 78.37%
B = 5.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#2DDD10 (or 0x2DDD10) is known color: Lime Green. HEX triplet: 2D, DD and 10. RGB value is (45,221,16). Sum of RGB (Red+Green+Blue) = 45+221+16=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD10 is #D222EF. Grayscale: #919191. Windows color (decimal): -13771504 or 1105197. OLE color: 1105197.

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

Color convert

RGB 45 221 16 -
CMYK 0.80 0 0.93 0.13
HSL 111.51º 0.86% 0.46% -
HSV(B) 111.51º 0.93% 0.87% -
XYZ 27.03 52.31 9.16 -
YUV 145.01 55.19 56.67 -
System Red Green Blue C M Y K H S L
Decimal 45 221 16 0.80 0 0.93 0.13 111.51 0.86 0.46
Hex 2D DD 10 50 0 5D D 70 56 2E
Octal 55 335 20 120 0 135 15 160 126 56
Binary 101101 11011101 10000 1010000 0 1011101 1101 1110000 1010110 101110

Color Harmonies of #2DDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD10

Black with #2DDD10

Text Example


Text Example

White with #2DDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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