#2CC20A

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

Shades of Kelly Green #2CC20A

Tints of Kelly Green #2CC20A

Color information

#2CC20A (or 0x2CC20A) is unknown color: approx Kelly Green. HEX triplet: 2C, C2 and 0A. RGB value is (44,194,10). Sum of RGB (Red+Green+Blue) = 44+194+10=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC20A is #D33DF5. Grayscale: #808080. Windows color (decimal): -13843958 or 705068. OLE color: 705068.

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

Color convert

RGB4419410-
CMYK0.7700.950.24
HSL108.91º90.2%40%-
HSV(B)108.91º94.85%76.08%-
XYZ20.3939.146.77-
YUV128.1761.3167.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.74%
GREEN value IS 194 (76.17% from 255) = 78.23%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=17.74%
G=78.23%
B=4.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44194100.7700.950.24108.9190.240
Hex2CC2A4D05F186d5a28
Octal543021211501373015513250
Binary1011001100001010101001101010111111100011011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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