#2dcf21

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

Shades of Lime Green #2DCF21

Tints of Lime Green #2DCF21

Color information

#2DCF21 (or 0x2DCF21) is unknown color: approx Lime Green. HEX triplet: 2D, CF and 21. RGB value is (45,207,33). Sum of RGB (Red+Green+Blue) = 45+207+33=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF21 is #D230DE. Grayscale: #8B8B8B. Windows color (decimal): -13775071 or 2215725. OLE color: 2215725.

HSL color Cylindrical-coordinate representation of color #2DCF21: hue angle of 115.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DCF21 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB4520733-
CMYK0.7800.840.19
HSL115.86º72.5%47.06%-
HSV(B)115.86º84.06%81.18%-
XYZ23.6745.298.93-
YUV138.7368.3361.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 207 (81.25% from 255) = 72.63%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=15.79%
G=72.63%
B=11.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45207330.7800.840.19115.8672.547.06
Hex2DCF214E0541374482f
Octal553174111601242316411057
Binary101101110011111000011001110010101001001111101001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dcf21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,207,33); }

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

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

 a { background-color: rgb(45,207,33); }

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

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

 span { border-color: rgb(45,207,33); }

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