Html Css Color HEX #2DD017 Lime Green

📋 copy color: '#2DD017'

red 45 ◦ green 208 ◦ blue 23

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

Shades of Lime Green #2DD017

Tints of Lime Green #2DD017

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.36%

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

R = 16.3%
G = 75.36%
B = 8.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#2DD017 (or 0x2DD017) is known color: Lime Green. HEX triplet: 2D, D0 and 17. RGB value is (45,208,23). Sum of RGB (Red+Green+Blue) = 45+208+23=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD017 is #D22FE8. Grayscale: #8A8A8A. Windows color (decimal): -13774825 or 1560621. OLE color: 1560621.

HSL color Cylindrical-coordinate representation of color #2DD017: hue angle of 112.86º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DD017 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 208 23 -
CMYK 0.78 0 0.89 0.18
HSL 112.86º 0.8% 0.45% -
HSV(B) 112.86º 0.89% 0.82% -
XYZ 23.79 45.73 8.38 -
YUV 138.17 63 61.54 -
System Red Green Blue C M Y K H S L
Decimal 45 208 23 0.78 0 0.89 0.18 112.86 0.8 0.45
Hex 2D D0 17 4E 0 59 12 71 50 2D
Octal 55 320 27 116 0 131 22 161 120 55
Binary 101101 11010000 10111 1001110 0 1011001 10010 1110001 1010000 101101

Color Harmonies of #2DD017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD017

Black with #2DD017

Text Example


Text Example

White with #2DD017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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