Html Css Color HEX #02C64F Dark Pastel Green

📋 copy color: '#02C64F'

red 2 ◦ green 198 ◦ blue 79

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

Shades of Dark Pastel Green #02C64F

Tints of Dark Pastel Green #02C64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 0.72%
G = 70.97%
B = 28.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#02C64F (or 0x02C64F) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 4F. RGB value is (2,198,79). Sum of RGB (Red+Green+Blue) = 2+198+79=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 198 (77.73% from 255 or 70.97% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 198 - color contains mainly: green. Hex color #02C64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C64F is #FD39B0. Grayscale: #7E7E7E. Windows color (decimal): -16595377 or 5228034. OLE color: 5228034.

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

Color convert

RGB 2 198 79 -
CMYK 0.99 0 0.60 0.22
HSL 143.57º 0.98% 0.39% -
HSV(B) 143.57º 0.99% 0.78% -
XYZ 21.63 40.97 14.16 -
YUV 125.83 101.57 39.68 -
System Red Green Blue C M Y K H S L
Decimal 2 198 79 0.99 0 0.60 0.22 143.57 0.98 0.39
Hex 2 C6 4F 63 0 3C 16 90 62 27
Octal 2 306 117 143 0 74 26 220 142 47
Binary 10 11000110 1001111 1100011 0 111100 10110 10010000 1100010 100111

Color Harmonies of #02C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C64F

Black with #02C64F

Text Example


Text Example

White with #02C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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