Html Css Color HEX #02CB71 Jade

📋 copy color: '#02CB71'

red 2 ◦ green 203 ◦ blue 113

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

Shades of Jade #02CB71

Tints of Jade #02CB71

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.84%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 0.63%
G = 63.84%
B = 35.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#02CB71 (or 0x02CB71) is known color: Jade. HEX triplet: 02, CB and 71. RGB value is (2,203,113). Sum of RGB (Red+Green+Blue) = 2+203+113=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB71 is #FD348E. Grayscale: #848484. Windows color (decimal): -16594063 or 7457538. OLE color: 7457538.

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

Color convert

RGB 2 203 113 -
CMYK 0.99 0 0.44 0.20
HSL 153.13º 0.98% 0.4% -
HSV(B) 153.13º 0.99% 0.8% -
XYZ 24.36 43.92 22.82 -
YUV 132.64 116.91 34.82 -
System Red Green Blue C M Y K H S L
Decimal 2 203 113 0.99 0 0.44 0.20 153.13 0.98 0.4
Hex 2 CB 71 63 0 2C 14 99 62 28
Octal 2 313 161 143 0 54 24 231 142 50
Binary 10 11001011 1110001 1100011 0 101100 10100 10011001 1100010 101000

Color Harmonies of #02CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB71

Black with #02CB71

Text Example


Text Example

White with #02CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,113); }

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

background-color css

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

 a { background-color: rgb(2,203,113); }

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

border-color css

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

 span { border-color: rgb(2,203,113); }

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