#02BB58

Color #02BB58 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #02BB58

Tints of Pigment Green #02BB58

Color information

#02BB58 (or 0x02BB58) is unknown color: approx Pigment Green. HEX triplet: 02, BB and 58. RGB value is (2,187,88). Sum of RGB (Red+Green+Blue) = 2+187+88=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB58 is #FD44A7. Grayscale: #787878. Windows color (decimal): -16598184 or 5815042. OLE color: 5815042.

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

Color convert

RGB218788-
CMYK0.9900.530.27
HSL147.89º97.88%37.06%-
HSV(B)147.89º98.93%73.33%-
XYZ19.5636.2615.2-
YUV120.4109.7143.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 187 (73.44% from 255) = 67.51%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=0.72%
G=67.51%
B=31.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2187880.9900.530.27147.8997.8837.06
Hex2BB58630351B946225
Octal22731301430653322414245
Binary101011101110110001100011011010111011100101001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,187,88); }

 H1.HeaderClassName
 {
   color: #02BB58;
 }
 .AnyTagClassName
 {
   color: #02BB58;
 }
</style>
background-color css

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

 a { background-color: rgb(2,187,88); }

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

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

 span { border-color: rgb(2,187,88); }

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