Html Css Color HEX #02C12A Dark Pastel Green

📋 copy color: '#02C12A'

red 2 ◦ green 193 ◦ blue 42

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

Shades of Dark Pastel Green #02C12A

Tints of Dark Pastel Green #02C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 81.43%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 0.84%
G = 81.43%
B = 17.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#02C12A (or 0x02C12A) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 2A. RGB value is (2,193,42). Sum of RGB (Red+Green+Blue) = 2+193+42=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 193 (75.78% from 255 or 81.43% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 193 - color contains mainly: green. Hex color #02C12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C12A is #FD3ED5. Grayscale: #777777. Windows color (decimal): -16596694 or 2801922. OLE color: 2801922.

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

Color convert

RGB 2 193 42 -
CMYK 0.99 0 0.78 0.24
HSL 132.57º 0.98% 0.38% -
HSV(B) 132.57º 0.99% 0.76% -
XYZ 19.51 38.32 8.56 -
YUV 118.68 84.72 44.78 -
System Red Green Blue C M Y K H S L
Decimal 2 193 42 0.99 0 0.78 0.24 132.57 0.98 0.38
Hex 2 C1 2A 63 0 4E 18 85 62 26
Octal 2 301 52 143 0 116 30 205 142 46
Binary 10 11000001 101010 1100011 0 1001110 11000 10000101 1100010 100110

Color Harmonies of #02C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C12A

Black with #02C12A

Text Example


Text Example

White with #02C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,193,42); }

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

background-color css

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

 a { background-color: rgb(2,193,42); }

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

border-color css

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

 span { border-color: rgb(2,193,42); }

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