Html Css Color HEX #02C12F Dark Pastel Green

📋 copy color: '#02C12F'

red 2 ◦ green 193 ◦ blue 47

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

Shades of Dark Pastel Green #02C12F

Tints of Dark Pastel Green #02C12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 0.83%
G = 79.75%
B = 19.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#02C12F (or 0x02C12F) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 2F. RGB value is (2,193,47). Sum of RGB (Red+Green+Blue) = 2+193+47=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #02C12F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C12F is #FD3ED0. Grayscale: #777777. Windows color (decimal): -16596689 or 3129602. OLE color: 3129602.

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

Color convert

RGB 2 193 47 -
CMYK 0.99 0 0.76 0.24
HSL 134.14º 0.98% 0.38% -
HSV(B) 134.14º 0.99% 0.76% -
XYZ 19.61 38.36 9.06 -
YUV 119.25 87.22 44.37 -
System Red Green Blue C M Y K H S L
Decimal 2 193 47 0.99 0 0.76 0.24 134.14 0.98 0.38
Hex 2 C1 2F 63 0 4C 18 86 62 26
Octal 2 301 57 143 0 114 30 206 142 46
Binary 10 11000001 101111 1100011 0 1001100 11000 10000110 1100010 100110

Color Harmonies of #02C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C12F

Black with #02C12F

Text Example


Text Example

White with #02C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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