Html Css Color HEX #02BD5D Pigment Green

📋 copy color: '#02BD5D'

red 2 ◦ green 189 ◦ blue 93

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

Shades of Pigment Green #02BD5D

Tints of Pigment Green #02BD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.55%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 0.7%
G = 66.55%
B = 32.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#02BD5D (or 0x02BD5D) is known color: Pigment Green. HEX triplet: 02, BD and 5D. RGB value is (2,189,93). Sum of RGB (Red+Green+Blue) = 2+189+93=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD5D is #FD42A2. Grayscale: #7A7A7A. Windows color (decimal): -16597667 or 6143234. OLE color: 6143234.

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

Color convert

RGB 2 189 93 -
CMYK 0.99 0 0.51 0.26
HSL 149.2º 0.98% 0.37% -
HSV(B) 149.2º 0.99% 0.74% -
XYZ 20.2 37.2 16.47 -
YUV 122.14 111.55 42.31 -
System Red Green Blue C M Y K H S L
Decimal 2 189 93 0.99 0 0.51 0.26 149.2 0.98 0.37
Hex 2 BD 5D 63 0 33 1A 95 62 25
Octal 2 275 135 143 0 63 32 225 142 45
Binary 10 10111101 1011101 1100011 0 110011 11010 10010101 1100010 100101

Color Harmonies of #02BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD5D

Black with #02BD5D

Text Example


Text Example

White with #02BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,93); }

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

background-color css

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

 a { background-color: rgb(2,189,93); }

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

border-color css

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

 span { border-color: rgb(2,189,93); }

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