Html Css Color HEX #02CC70 Jade

📋 copy color: '#02CC70'

red 2 ◦ green 204 ◦ blue 112

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

Shades of Jade #02CC70

Tints of Jade #02CC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 64.15%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 0.63%
G = 64.15%
B = 35.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#02CC70 (or 0x02CC70) is known color: Jade. HEX triplet: 02, CC and 70. RGB value is (2,204,112). Sum of RGB (Red+Green+Blue) = 2+204+112=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC70 is #FD338F. Grayscale: #858585. Windows color (decimal): -16593808 or 7392258. OLE color: 7392258.

HSL color Cylindrical-coordinate representation of color #02CC70: hue angle of 152.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC70 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 204 112 -
CMYK 0.99 0 0.45 0.2
HSL 152.67º 0.98% 0.4% -
HSV(B) 152.67º 0.99% 0.8% -
XYZ 24.54 44.37 22.6 -
YUV 133.11 116.08 34.48 -
System Red Green Blue C M Y K H S L
Decimal 2 204 112 0.99 0 0.45 0.2 152.67 0.98 0.4
Hex 2 CC 70 63 0 2D 14 99 62 28
Octal 2 314 160 143 0 55 24 231 142 50
Binary 10 11001100 1110000 1100011 0 101101 10100 10011001 1100010 101000

Color Harmonies of #02CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC70

Black with #02CC70

Text Example


Text Example

White with #02CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,204,112); }

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

background-color css

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

 a { background-color: rgb(2,204,112); }

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

border-color css

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

 span { border-color: rgb(2,204,112); }

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