#22C002

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

Shades of Kelly Green #22C002

Tints of Kelly Green #22C002

Color information

#22C002 (or 0x22C002) is unknown color: approx Kelly Green. HEX triplet: 22, C0 and 02. RGB value is (34,192,2). Sum of RGB (Red+Green+Blue) = 34+192+2=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 192 (75.39% from 255 or 84.21% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 192 - color contains mainly: green. Hex color #22C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C002 is #DD3FFD. Grayscale: #7B7B7B. Windows color (decimal): -14499838 or 180258. OLE color: 180258.

HSL color Cylindrical-coordinate representation of color #22C002: hue angle of 109.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22C002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB341922-
CMYK0.8200.990.25
HSL109.89º97.94%38.04%-
HSV(B)109.89º98.96%75.29%-
XYZ19.5238.046.37-
YUV123.159.6564.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 192 (75.39% from 255) = 84.21%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=14.91%
G=84.21%
B=0.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3419220.8200.990.25109.8997.9438.04
Hex22C0252063196e6226
Octal42300212201433115614246
Binary10001011000000101010010011000111100111011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C002; }

 p { color: rgb(34,192,2); }

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

<style>
 a { background-color: #22C002; }

 a { background-color: rgb(34,192,2); }

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

<style>
 span { border-color: #22C002; }

 span { border-color: rgb(34,192,2); }

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