Html Css Color HEX #2DDD0F Lime Green

📋 copy color: '#2DDD0F'

red 45 ◦ green 221 ◦ blue 15

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

Shades of Lime Green #2DDD0F

Tints of Lime Green #2DDD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 16.01%
G = 78.65%
B = 5.34%

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

#2DDD0F (or 0x2DDD0F) is known color: Lime Green. HEX triplet: 2D, DD and 0F. RGB value is (45,221,15). Sum of RGB (Red+Green+Blue) = 45+221+15=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDD0F is #D222F0. Grayscale: #919191. Windows color (decimal): -13771505 or 1039661. OLE color: 1039661.

HSL color Cylindrical-coordinate representation of color #2DDD0F: hue angle of 111.26º degrees, saturation: 0.87, 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 #2DDD0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 15 -
CMYK 0.80 0 0.93 0.13
HSL 111.26º 0.87% 0.46% -
HSV(B) 111.26º 0.93% 0.87% -
XYZ 27.02 52.31 9.12 -
YUV 144.89 54.69 56.75 -
System Red Green Blue C M Y K H S L
Decimal 45 221 15 0.80 0 0.93 0.13 111.26 0.87 0.46
Hex 2D DD F 50 0 5D D 6F 57 2E
Octal 55 335 17 120 0 135 15 157 127 56
Binary 101101 11011101 1111 1010000 0 1011101 1101 1101111 1010111 101110

Color Harmonies of #2DDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD0F

Black with #2DDD0F

Text Example


Text Example

White with #2DDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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