Html Css Color HEX #02BC51 Pigment Green

📋 copy color: '#02BC51'

red 2 ◦ green 188 ◦ blue 81

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

Shades of Pigment Green #02BC51

Tints of Pigment Green #02BC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.89%

R = 0.74%
G = 69.37%
B = 29.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#02BC51 (or 0x02BC51) is known color: Pigment Green. HEX triplet: 02, BC and 51. RGB value is (2,188,81). Sum of RGB (Red+Green+Blue) = 2+188+81=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC51 is #FD43AE. Grayscale: #787878. Windows color (decimal): -16597935 or 5356546. OLE color: 5356546.

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

Color convert

RGB 2 188 81 -
CMYK 0.99 0 0.57 0.26
HSL 145.48º 0.98% 0.37% -
HSV(B) 145.48º 0.99% 0.74% -
XYZ 19.49 36.57 13.82 -
YUV 120.19 105.88 43.7 -
System Red Green Blue C M Y K H S L
Decimal 2 188 81 0.99 0 0.57 0.26 145.48 0.98 0.37
Hex 2 BC 51 63 0 39 1A 91 62 25
Octal 2 274 121 143 0 71 32 221 142 45
Binary 10 10111100 1010001 1100011 0 111001 11010 10010001 1100010 100101

Color Harmonies of #02BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC51

Black with #02BC51

Text Example


Text Example

White with #02BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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