Html Css Color HEX #2DC717 Lime Green

📋 copy color: '#2DC717'

red 45 ◦ green 199 ◦ blue 23

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

Shades of Lime Green #2DC717

Tints of Lime Green #2DC717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 74.53%

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

R = 16.85%
G = 74.53%
B = 8.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#2DC717 (or 0x2DC717) is known color: Lime Green. HEX triplet: 2D, C7 and 17. RGB value is (45,199,23). Sum of RGB (Red+Green+Blue) = 45+199+23=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 199 (78.12% from 255 or 74.53% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC717 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC717 is #D238E8. Grayscale: #858585. Windows color (decimal): -13777129 or 1558317. OLE color: 1558317.

HSL color Cylindrical-coordinate representation of color #2DC717: hue angle of 112.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DC717 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 199 23 -
CMYK 0.77 0 0.88 0.22
HSL 112.5º 0.79% 0.44% -
HSV(B) 112.5º 0.88% 0.78% -
XYZ 21.66 41.47 7.67 -
YUV 132.89 65.98 65.31 -
System Red Green Blue C M Y K H S L
Decimal 45 199 23 0.77 0 0.88 0.22 112.5 0.79 0.44
Hex 2D C7 17 4D 0 58 16 70 4F 2C
Octal 55 307 27 115 0 130 26 160 117 54
Binary 101101 11000111 10111 1001101 0 1011000 10110 1110000 1001111 101100

Color Harmonies of #2DC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC717

Black with #2DC717

Text Example


Text Example

White with #2DC717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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