Html Css Color HEX #02C422 Dark Pastel Green

📋 copy color: '#02C422'

red 2 ◦ green 196 ◦ blue 34

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

Shades of Dark Pastel Green #02C422

Tints of Dark Pastel Green #02C422

RGB

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

 GREEN value IS 196 (76.95% from 255) = 84.48%

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 0.86%
G = 84.48%
B = 14.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#02C422 (or 0x02C422) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 22. RGB value is (2,196,34). Sum of RGB (Red+Green+Blue) = 2+196+34=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 196 (76.95% from 255 or 84.48% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 196 - color contains mainly: green. Hex color #02C422 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C422 is #FD3BDD. Grayscale: #777777. Windows color (decimal): -16595934 or 2278402. OLE color: 2278402.

HSL color Cylindrical-coordinate representation of color #02C422: hue angle of 129.9º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C422 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 34 -
CMYK 0.99 0 0.83 0.23
HSL 129.9º 0.98% 0.39% -
HSV(B) 129.9º 0.99% 0.77% -
XYZ 20.05 39.61 8.1 -
YUV 119.53 79.73 44.17 -
System Red Green Blue C M Y K H S L
Decimal 2 196 34 0.99 0 0.83 0.23 129.9 0.98 0.39
Hex 2 C4 22 63 0 53 17 82 62 27
Octal 2 304 42 143 0 123 27 202 142 47
Binary 10 11000100 100010 1100011 0 1010011 10111 10000010 1100010 100111

Color Harmonies of #02C422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C422

Black with #02C422

Text Example


Text Example

White with #02C422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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