Html Css Color HEX #02C040 Dark Pastel Green

📋 copy color: '#02C040'

red 2 ◦ green 192 ◦ blue 64

#02C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02C040

Tints of Dark Pastel Green #02C040

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

 GREEN value IS 192 (75.39% from 255) = 74.42%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 0.78%
G = 74.42%
B = 24.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#02C040 (or 0x02C040) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 40. RGB value is (2,192,64). Sum of RGB (Red+Green+Blue) = 2+192+64=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #02C040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C040 is #FD3FBF. Grayscale: #787878. Windows color (decimal): -16596928 or 4243458. OLE color: 4243458.

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

Color convert

RGB 2 192 64 -
CMYK 0.99 0 0.67 0.25
HSL 139.58º 0.98% 0.38% -
HSV(B) 139.58º 0.99% 0.75% -
XYZ 19.8 38.08 11.16 -
YUV 120.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 2 192 64 0.99 0 0.67 0.25 139.58 0.98 0.38
Hex 2 C0 40 63 0 43 19 8C 62 26
Octal 2 300 100 143 0 103 31 214 142 46
Binary 10 11000000 1000000 1100011 0 1000011 11001 10001100 1100010 100110

Color Harmonies of #02C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C040

Black with #02C040

Text Example


Text Example

White with #02C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C040;
 }
 .AnyTagClassName
 {
   color: #02C040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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