Html Css Color HEX #2DDF10 Lime Green

📋 copy color: '#2DDF10'

red 45 ◦ green 223 ◦ blue 16

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

Shades of Lime Green #2DDF10

Tints of Lime Green #2DDF10

RGB

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

 GREEN value IS 223 (87.5% from 255) = 78.52%

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

R = 15.85%
G = 78.52%
B = 5.63%

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

#2DDF10 (or 0x2DDF10) is known color: Lime Green. HEX triplet: 2D, DF and 10. RGB value is (45,223,16). Sum of RGB (Red+Green+Blue) = 45+223+16=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF10 is #D220EF. Grayscale: #929292. Windows color (decimal): -13770992 or 1105709. OLE color: 1105709.

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

Color convert

RGB 45 223 16 -
CMYK 0.80 0 0.93 0.13
HSL 111.59º 0.87% 0.47% -
HSV(B) 111.59º 0.93% 0.87% -
XYZ 27.56 53.37 9.34 -
YUV 146.18 54.53 55.83 -
System Red Green Blue C M Y K H S L
Decimal 45 223 16 0.80 0 0.93 0.13 111.59 0.87 0.47
Hex 2D DF 10 50 0 5D D 70 57 2F
Octal 55 337 20 120 0 135 15 160 127 57
Binary 101101 11011111 10000 1010000 0 1011101 1101 1110000 1010111 101111

Color Harmonies of #2DDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF10

Black with #2DDF10

Text Example


Text Example

White with #2DDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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