#02C222

Color #02C222 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02C222

Tints of Dark Pastel Green #02C222

Color information

#02C222 (or 0x02C222) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C2 and 22. RGB value is (2,194,34). Sum of RGB (Red+Green+Blue) = 2+194+34=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 194 (76.17% from 255 or 84.35% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 194 - color contains mainly: green. Hex color #02C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C222 is #FD3DDD. Grayscale: #767676. Windows color (decimal): -16596446 or 2277890. OLE color: 2277890.

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

Color convert

RGB219434-
CMYK0.9900.820.24
HSL130º97.96%38.43%-
HSV(B)130º98.97%76.08%-
XYZ19.6138.717.95-
YUV118.3580.3945.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 194 (76.17% from 255) = 84.35%
BLUE value IS 34 (13.67% from 255) = 14.78%
R=0.87%
G=84.35%
B=14.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2194340.9900.820.2413097.9638.43
Hex2C2226305218826226
Octal23024214301223020214246
Binary101100001010001011000110101001011000100000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C222; }

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

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

<style>
 a { background-color: #02C222; }

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

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

<style>
 span { border-color: #02C222; }

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

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