#02C242

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

Shades of Dark Pastel Green #02C242

Tints of Dark Pastel Green #02C242

Color information

#02C242 (or 0x02C242) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C2 and 42. RGB value is (2,194,66). Sum of RGB (Red+Green+Blue) = 2+194+66=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #02C242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C242 is #FD3DBD. Grayscale: #7A7A7A. Windows color (decimal): -16596414 or 4375042. OLE color: 4375042.

HSL color Cylindrical-coordinate representation of color #02C242: hue angle of 140º 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 #02C242 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB219466-
CMYK0.9900.660.24
HSL140º97.96%38.43%-
HSV(B)140º98.97%76.08%-
XYZ20.338.9911.61-
YUV12296.3942.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 194 (76.17% from 255) = 74.05%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=0.76%
G=74.05%
B=25.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2194660.9900.660.2414097.9638.43
Hex2C24263042188c6226
Octal230210214301023021414246
Binary1011000010100001011000110100001011000100011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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