#2DCC17

Color #2DCC17 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DCC17

Tints of Lime Green #2DCC17

Color information

#2DCC17 (or 0x2DCC17) is unknown color: approx Lime Green. HEX triplet: 2D, CC and 17. RGB value is (45,204,23). Sum of RGB (Red+Green+Blue) = 45+204+23=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCC17 is #D233E8. Grayscale: #888888. Windows color (decimal): -13775849 or 1559597. OLE color: 1559597.

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

Color convert

RGB4520423-
CMYK0.7800.890.2
HSL112.71º79.74%44.51%-
HSV(B)112.71º88.73%80%-
XYZ22.8343.818.06-
YUV135.8264.3263.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.54%
GREEN value IS 204 (80.08% from 255) = 75%
BLUE value IS 23 (9.38% from 255) = 8.46%
R=16.54%
G=75%
B=8.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal45204230.7800.890.2112.7179.7444.51
Hex2DCC174E0591471502d
Octal553142711601312416112055
Binary10110111001100101111001110010110011010011100011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DCC17;
 }
 .AnyTagClassName
 {
   color: #2DCC17;
 }
</style>
background-color css

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

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

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

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

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

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