#2CCE0F

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

Shades of Lime Green #2CCE0F

Tints of Lime Green #2CCE0F

Color information

#2CCE0F (or 0x2CCE0F) is unknown color: approx Lime Green. HEX triplet: 2C, CE and 0F. RGB value is (44,206,15). Sum of RGB (Red+Green+Blue) = 44+206+15=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 206 (80.86% from 255 or 77.74% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCE0F is #D331F0. Grayscale: #888888. Windows color (decimal): -13840881 or 1035820. OLE color: 1035820.

HSL color Cylindrical-coordinate representation of color #2CCE0F: hue angle of 110.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CCE0F is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB4420615-
CMYK0.7900.930.19
HSL110.89º86.43%43.33%-
HSV(B)110.89º92.72%80.78%-
XYZ23.244.717.86-
YUV135.7959.8362.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 206 (80.86% from 255) = 77.74%
BLUE value IS 15 (6.25% from 255) = 5.66%
R=16.60%
G=77.74%
B=5.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44206150.7900.930.19110.8986.4343.33
Hex2CCEF4F05D136f562b
Octal543161711701352315712653
Binary1011001100111011111001111010111011001111011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,206,15); }

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

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

 a { background-color: rgb(44,206,15); }

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

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

 span { border-color: rgb(44,206,15); }

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