#2cdf42

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

Shades of Lime Green #2CDF42

Tints of Lime Green #2CDF42

Color information

#2CDF42 (or 0x2CDF42) is unknown color: approx Lime Green. HEX triplet: 2C, DF and 42. RGB value is (44,223,66). Sum of RGB (Red+Green+Blue) = 44+223+66=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF42 is #D320BD. Grayscale: #989898. Windows color (decimal): -13836478 or 4382508. OLE color: 4382508.

HSL color Cylindrical-coordinate representation of color #2CDF42: hue angle of 127.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDF42 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB4422366-
CMYK0.8000.700.13
HSL127.37º73.66%52.35%-
HSV(B)127.37º80.27%87.45%-
XYZ28.4153.714.02-
YUV151.5879.751.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.21%
GREEN value IS 223 (87.5% from 255) = 66.97%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=13.21%
G=66.97%
B=19.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44223660.8000.700.13127.3773.6652.35
Hex2CDF4250046D7f4a34
Octal5433710212001061517711264
Binary101100110111111000010101000001000110110111111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cdf42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,223,66); }

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

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

 a { background-color: rgb(44,223,66); }

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

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

 span { border-color: rgb(44,223,66); }

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