Html Css Color HEX #02C377 Jade

📋 copy color: '#02C377'

red 2 ◦ green 195 ◦ blue 119

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

Shades of Jade #02C377

Tints of Jade #02C377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 0.63%
G = 61.71%
B = 37.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#02C377 (or 0x02C377) is known color: Jade. HEX triplet: 02, C3 and 77. RGB value is (2,195,119). Sum of RGB (Red+Green+Blue) = 2+195+119=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #02C377 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C377 is #FD3C88. Grayscale: #808080. Windows color (decimal): -16596105 or 7848706. OLE color: 7848706.

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

Color convert

RGB 2 195 119 -
CMYK 0.99 0 0.39 0.24
HSL 156.37º 0.98% 0.39% -
HSV(B) 156.37º 0.99% 0.76% -
XYZ 22.87 40.38 24.04 -
YUV 128.63 122.56 37.68 -
System Red Green Blue C M Y K H S L
Decimal 2 195 119 0.99 0 0.39 0.24 156.37 0.98 0.39
Hex 2 C3 77 63 0 27 18 9C 62 27
Octal 2 303 167 143 0 47 30 234 142 47
Binary 10 11000011 1110111 1100011 0 100111 11000 10011100 1100010 100111

Color Harmonies of #02C377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C377

Black with #02C377

Text Example


Text Example

White with #02C377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,195,119); }

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

background-color css

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

 a { background-color: rgb(2,195,119); }

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

border-color css

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

 span { border-color: rgb(2,195,119); }

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