Html Css Color HEX #02BC74 Jade

📋 copy color: '#02BC74'

red 2 ◦ green 188 ◦ blue 116

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

Shades of Jade #02BC74

Tints of Jade #02BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.44%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 0.65%
G = 61.44%
B = 37.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#02BC74 (or 0x02BC74) is known color: Jade. HEX triplet: 02, BC and 74. RGB value is (2,188,116). Sum of RGB (Red+Green+Blue) = 2+188+116=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC74 is #FD438B. Grayscale: #7C7C7C. Windows color (decimal): -16597900 or 7650306. OLE color: 7650306.

HSL color Cylindrical-coordinate representation of color #02BC74: hue angle of 156.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC74 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 116 -
CMYK 0.99 0 0.38 0.26
HSL 156.77º 0.98% 0.37% -
HSV(B) 156.77º 0.99% 0.74% -
XYZ 21.16 37.24 22.6 -
YUV 124.18 123.38 40.85 -
System Red Green Blue C M Y K H S L
Decimal 2 188 116 0.99 0 0.38 0.26 156.77 0.98 0.37
Hex 2 BC 74 63 0 26 1A 9D 62 25
Octal 2 274 164 143 0 46 32 235 142 45
Binary 10 10111100 1110100 1100011 0 100110 11010 10011101 1100010 100101

Color Harmonies of #02BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC74

Black with #02BC74

Text Example


Text Example

White with #02BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,188,116); }

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

background-color css

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

 a { background-color: rgb(2,188,116); }

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

border-color css

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

 span { border-color: rgb(2,188,116); }

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