Html Css Color HEX #02BC52 Pigment Green

📋 copy color: '#02BC52'

red 2 ◦ green 188 ◦ blue 82

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

Shades of Pigment Green #02BC52

Tints of Pigment Green #02BC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 0.74%
G = 69.12%
B = 30.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#02BC52 (or 0x02BC52) is known color: Pigment Green. HEX triplet: 02, BC and 52. RGB value is (2,188,82). Sum of RGB (Red+Green+Blue) = 2+188+82=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC52 is #FD43AD. Grayscale: #787878. Windows color (decimal): -16597934 or 5422082. OLE color: 5422082.

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

Color convert

RGB 2 188 82 -
CMYK 0.99 0 0.56 0.26
HSL 145.81º 0.98% 0.37% -
HSV(B) 145.81º 0.99% 0.74% -
XYZ 19.53 36.59 14.02 -
YUV 120.3 106.38 43.62 -
System Red Green Blue C M Y K H S L
Decimal 2 188 82 0.99 0 0.56 0.26 145.81 0.98 0.37
Hex 2 BC 52 63 0 38 1A 92 62 25
Octal 2 274 122 143 0 70 32 222 142 45
Binary 10 10111100 1010010 1100011 0 111000 11010 10010010 1100010 100101

Color Harmonies of #02BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC52

Black with #02BC52

Text Example


Text Example

White with #02BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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