#2CA602

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

Shades of Kelly Green #2CA602

Tints of Kelly Green #2CA602

Color information

#2CA602 (or 0x2CA602) is unknown color: approx Kelly Green. HEX triplet: 2C, A6 and 02. RGB value is (44,166,2). Sum of RGB (Red+Green+Blue) = 44+166+2=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 166 (65.23% from 255 or 78.30% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA602 is #D359FD. Grayscale: #6F6F6F. Windows color (decimal): -13851134 or 173612. OLE color: 173612.

HSL color Cylindrical-coordinate representation of color #2CA602: hue angle of 104.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CA602 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB441662-
CMYK0.7300.990.35
HSL104.63º97.62%32.94%-
HSV(B)104.63º98.8%65.1%-
XYZ14.6927.814.65-
YUV110.8366.5880.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 166 (65.23% from 255) = 78.30%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=20.75%
G=78.30%
B=0.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4416620.7300.990.35104.6397.6232.94
Hex2CA624906323696221
Octal54246211101434315114241
Binary101100101001101010010010110001110001111010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,2); }

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

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

 a { background-color: rgb(44,166,2); }

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

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

 span { border-color: rgb(44,166,2); }

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