Html Css Color HEX #02C62F Dark Pastel Green

📋 copy color: '#02C62F'

red 2 ◦ green 198 ◦ blue 47

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

Shades of Dark Pastel Green #02C62F

Tints of Dark Pastel Green #02C62F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.16%

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

R = 0.81%
G = 80.16%
B = 19.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#02C62F (or 0x02C62F) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 2F. RGB value is (2,198,47). Sum of RGB (Red+Green+Blue) = 2+198+47=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #02C62F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C62F is #FD39D0. Grayscale: #7A7A7A. Windows color (decimal): -16595409 or 3130882. OLE color: 3130882.

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

Color convert

RGB 2 198 47 -
CMYK 0.99 0 0.76 0.22
HSL 133.78º 0.98% 0.39% -
HSV(B) 133.78º 0.99% 0.78% -
XYZ 20.73 40.61 9.43 -
YUV 122.18 85.57 42.28 -
System Red Green Blue C M Y K H S L
Decimal 2 198 47 0.99 0 0.76 0.22 133.78 0.98 0.39
Hex 2 C6 2F 63 0 4C 16 86 62 27
Octal 2 306 57 143 0 114 26 206 142 47
Binary 10 11000110 101111 1100011 0 1001100 10110 10000110 1100010 100111

Color Harmonies of #02C62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C62F

Black with #02C62F

Text Example


Text Example

White with #02C62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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