#2DC816

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

Shades of Lime Green #2DC816

Tints of Lime Green #2DC816

Color information

#2DC816 (or 0x2DC816) is unknown color: approx Lime Green. HEX triplet: 2D, C8 and 16. RGB value is (45,200,22). Sum of RGB (Red+Green+Blue) = 45+200+22=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC816 is #D237E9. Grayscale: #858585. Windows color (decimal): -13776874 or 1493037. OLE color: 1493037.

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

Color convert

RGB4520022-
CMYK0.7800.890.22
HSL112.25º80.18%43.53%-
HSV(B)112.25º89%78.43%-
XYZ21.8841.927.7-
YUV133.3665.1564.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.85%
GREEN value IS 200 (78.52% from 255) = 74.91%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=16.85%
G=74.91%
B=8.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45200220.7800.890.22112.2580.1843.53
Hex2DC8164E0591670502c
Octal553102611601312616012054
Binary10110111001000101101001110010110011011011100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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