#2DCB16

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

Shades of Lime Green #2DCB16

Tints of Lime Green #2DCB16

Color information

#2DCB16 (or 0x2DCB16) is unknown color: approx Lime Green. HEX triplet: 2D, CB and 16. RGB value is (45,203,22). Sum of RGB (Red+Green+Blue) = 45+203+22=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCB16 is #D234E9. Grayscale: #878787. Windows color (decimal): -13776106 or 1493805. OLE color: 1493805.

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

Color convert

RGB4520322-
CMYK0.7800.890.20
HSL112.38º80.44%44.12%-
HSV(B)112.38º89.16%79.61%-
XYZ22.5843.337.93-
YUV135.1264.1563.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 203 (79.69% from 255) = 75.19%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=16.67%
G=75.19%
B=8.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal45203220.7800.890.20112.3880.4444.12
Hex2DCB164E0591470502c
Octal553132611601312416012054
Binary10110111001011101101001110010110011010011100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,203,22); }

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

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

 a { background-color: rgb(45,203,22); }

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

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

 span { border-color: rgb(45,203,22); }

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