Html Css Color HEX #02BA50 Pigment Green

📋 copy color: '#02BA50'

red 2 ◦ green 186 ◦ blue 80

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

Shades of Pigment Green #02BA50

Tints of Pigment Green #02BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.4%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 0.75%
G = 69.4%
B = 29.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#02BA50 (or 0x02BA50) is known color: Pigment Green. HEX triplet: 02, BA and 50. RGB value is (2,186,80). Sum of RGB (Red+Green+Blue) = 2+186+80=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA50 is #FD45AF. Grayscale: #777777. Windows color (decimal): -16598448 or 5290498. OLE color: 5290498.

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

Color convert

RGB 2 186 80 -
CMYK 0.99 0 0.57 0.27
HSL 145.43º 0.98% 0.37% -
HSV(B) 145.43º 0.99% 0.73% -
XYZ 19.03 35.71 13.48 -
YUV 118.9 106.04 44.62 -
System Red Green Blue C M Y K H S L
Decimal 2 186 80 0.99 0 0.57 0.27 145.43 0.98 0.37
Hex 2 BA 50 63 0 39 1B 91 62 25
Octal 2 272 120 143 0 71 33 221 142 45
Binary 10 10111010 1010000 1100011 0 111001 11011 10010001 1100010 100101

Color Harmonies of #02BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA50

Black with #02BA50

Text Example


Text Example

White with #02BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,80); }

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

background-color css

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

 a { background-color: rgb(2,186,80); }

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

border-color css

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

 span { border-color: rgb(2,186,80); }

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