Html Css Color HEX #02CB58 Malachite

📋 copy color: '#02CB58'

red 2 ◦ green 203 ◦ blue 88

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

Shades of Malachite #02CB58

Tints of Malachite #02CB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 69.28%

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 0.68%
G = 69.28%
B = 30.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#02CB58 (or 0x02CB58) is known color: Malachite. HEX triplet: 02, CB and 58. RGB value is (2,203,88). Sum of RGB (Red+Green+Blue) = 2+203+88=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CB58 is #FD34A7. Grayscale: #828282. Windows color (decimal): -16594088 or 5819138. OLE color: 5819138.

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

Color convert

RGB 2 203 88 -
CMYK 0.99 0 0.57 0.20
HSL 145.67º 0.98% 0.4% -
HSV(B) 145.67º 0.99% 0.8% -
XYZ 23.14 43.43 16.4 -
YUV 129.79 104.41 36.85 -
System Red Green Blue C M Y K H S L
Decimal 2 203 88 0.99 0 0.57 0.20 145.67 0.98 0.4
Hex 2 CB 58 63 0 39 14 92 62 28
Octal 2 313 130 143 0 71 24 222 142 50
Binary 10 11001011 1011000 1100011 0 111001 10100 10010010 1100010 101000

Color Harmonies of #02CB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB58

Black with #02CB58

Text Example


Text Example

White with #02CB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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