#2CDE34

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

Shades of Lime Green #2CDE34

Tints of Lime Green #2CDE34

Color information

#2CDE34 (or 0x2CDE34) is unknown color: approx Lime Green. HEX triplet: 2C, DE and 34. RGB value is (44,222,52). Sum of RGB (Red+Green+Blue) = 44+222+52=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 222 (87.11% from 255 or 69.81% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE34 is #D321CB. Grayscale: #959595. Windows color (decimal): -13836748 or 3464748. OLE color: 3464748.

HSL color Cylindrical-coordinate representation of color #2CDE34: hue angle of 122.7º degrees, saturation: 0.73, 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 #2CDE34 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB4422252-
CMYK0.8000.770.13
HSL122.7º72.95%52.16%-
HSV(B)122.7º80.18%87.06%-
XYZ27.7853.0312.02-
YUV149.473.0352.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.84%
GREEN value IS 222 (87.11% from 255) = 69.81%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=13.84%
G=69.81%
B=16.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44222520.8000.770.13122.772.9552.16
Hex2CDE345004DD7b4934
Octal543366412001151517311164
Binary10110011011110110100101000001001101110111110111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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