Html Css Color HEX #02C740 Dark Pastel Green

📋 copy color: '#02C740'

red 2 ◦ green 199 ◦ blue 64

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

Shades of Dark Pastel Green #02C740

Tints of Dark Pastel Green #02C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 75.09%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 0.75%
G = 75.09%
B = 24.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#02C740 (or 0x02C740) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 40. RGB value is (2,199,64). Sum of RGB (Red+Green+Blue) = 2+199+64=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 199 (78.12% from 255 or 75.09% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 199 - color contains mainly: green. Hex color #02C740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C740 is #FD38BF. Grayscale: #7D7D7D. Windows color (decimal): -16595136 or 4245250. OLE color: 4245250.

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

Color convert

RGB 2 199 64 -
CMYK 0.99 0 0.68 0.22
HSL 138.88º 0.98% 0.39% -
HSV(B) 138.88º 0.99% 0.78% -
XYZ 21.37 41.23 11.68 -
YUV 124.71 93.73 40.48 -
System Red Green Blue C M Y K H S L
Decimal 2 199 64 0.99 0 0.68 0.22 138.88 0.98 0.39
Hex 2 C7 40 63 0 44 16 8B 62 27
Octal 2 307 100 143 0 104 26 213 142 47
Binary 10 11000111 1000000 1100011 0 1000100 10110 10001011 1100010 100111

Color Harmonies of #02C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C740

Black with #02C740

Text Example


Text Example

White with #02C740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,199,64); }

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

background-color css

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

 a { background-color: rgb(2,199,64); }

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

border-color css

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

 span { border-color: rgb(2,199,64); }

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