Html Css Color HEX #2DDC17 Lime Green

📋 copy color: '#2DDC17'

red 45 ◦ green 220 ◦ blue 23

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

Shades of Lime Green #2DDC17

Tints of Lime Green #2DDC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.39%

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 15.63%
G = 76.39%
B = 7.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#2DDC17 (or 0x2DDC17) is known color: Lime Green. HEX triplet: 2D, DC and 17. RGB value is (45,220,23). Sum of RGB (Red+Green+Blue) = 45+220+23=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC17 is #D223E8. Grayscale: #919191. Windows color (decimal): -13771753 or 1563693. OLE color: 1563693.

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

Color convert

RGB 45 220 23 -
CMYK 0.80 0 0.90 0.14
HSL 113.3º 0.81% 0.48% -
HSV(B) 113.3º 0.9% 0.86% -
XYZ 26.83 51.81 9.4 -
YUV 145.22 59.02 56.52 -
System Red Green Blue C M Y K H S L
Decimal 45 220 23 0.80 0 0.90 0.14 113.3 0.81 0.48
Hex 2D DC 17 50 0 5A E 71 51 30
Octal 55 334 27 120 0 132 16 161 121 60
Binary 101101 11011100 10111 1010000 0 1011010 1110 1110001 1010001 110000

Color Harmonies of #2DDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDC17

Black with #2DDC17

Text Example


Text Example

White with #2DDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,220,23); }

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

background-color css

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

 a { background-color: rgb(45,220,23); }

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

border-color css

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

 span { border-color: rgb(45,220,23); }

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