#2CC20E

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

Shades of Kelly Green #2CC20E

Tints of Kelly Green #2CC20E

Color information

#2CC20E (or 0x2CC20E) is unknown color: approx Kelly Green. HEX triplet: 2C, C2 and 0E. RGB value is (44,194,14). Sum of RGB (Red+Green+Blue) = 44+194+14=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC20E is #D33DF1. Grayscale: #818181. Windows color (decimal): -13843954 or 967212. OLE color: 967212.

HSL color Cylindrical-coordinate representation of color #2CC20E: hue angle of 110º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CC20E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB4419414-
CMYK0.7700.930.24
HSL110º86.54%40.78%-
HSV(B)110º92.78%76.08%-
XYZ20.4139.156.9-
YUV128.6363.3167.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 194 (76.17% from 255) = 76.98%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=17.46%
G=76.98%
B=5.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44194140.7700.930.2411086.5440.78
Hex2CC2E4D05D186e5729
Octal543021611501353015612751
Binary1011001100001011101001101010111011100011011101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,194,14); }

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

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

 a { background-color: rgb(44,194,14); }

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

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

 span { border-color: rgb(44,194,14); }

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