#2CDE27

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

Shades of Lime Green #2CDE27

Tints of Lime Green #2CDE27

Color information

#2CDE27 (or 0x2CDE27) is unknown color: approx Lime Green. HEX triplet: 2C, DE and 27. RGB value is (44,222,39). Sum of RGB (Red+Green+Blue) = 44+222+39=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 222 (87.11% from 255 or 72.79% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE27 is #D321D8. Grayscale: #949494. Windows color (decimal): -13836761 or 2612780. OLE color: 2612780.

HSL color Cylindrical-coordinate representation of color #2CDE27: hue angle of 118.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDE27 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB4422239-
CMYK0.8000.820.13
HSL118.36º73.49%51.18%-
HSV(B)118.36º82.43%87.06%-
XYZ27.5352.9210.68-
YUV147.9266.5353.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.43%
GREEN value IS 222 (87.11% from 255) = 72.79%
BLUE value IS 39 (15.62% from 255) = 12.79%
R=14.43%
G=72.79%
B=12.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44222390.8000.820.13118.3673.4951.18
Hex2CDE2750052D764933
Octal543364712001221516611163
Binary10110011011110100111101000001010010110111101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,222,39); }

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

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

 a { background-color: rgb(44,222,39); }

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

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

 span { border-color: rgb(44,222,39); }

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