Html Css Color HEX #02C258 Malachite

📋 copy color: '#02C258'

red 2 ◦ green 194 ◦ blue 88

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

Shades of Malachite #02C258

Tints of Malachite #02C258

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.31%

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

R = 0.7%
G = 68.31%
B = 30.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#02C258 (or 0x02C258) is known color: Malachite. HEX triplet: 02, C2 and 58. RGB value is (2,194,88). Sum of RGB (Red+Green+Blue) = 2+194+88=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #02C258 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C258 is #FD3DA7. Grayscale: #7C7C7C. Windows color (decimal): -16596392 or 5816834. OLE color: 5816834.

HSL color Cylindrical-coordinate representation of color #02C258: hue angle of 146.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C258 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 88 -
CMYK 0.99 0 0.55 0.24
HSL 146.88º 0.98% 0.38% -
HSV(B) 146.88º 0.99% 0.76% -
XYZ 21.08 39.3 15.71 -
YUV 124.51 107.39 40.62 -
System Red Green Blue C M Y K H S L
Decimal 2 194 88 0.99 0 0.55 0.24 146.88 0.98 0.38
Hex 2 C2 58 63 0 37 18 93 62 26
Octal 2 302 130 143 0 67 30 223 142 46
Binary 10 11000010 1011000 1100011 0 110111 11000 10010011 1100010 100110

Color Harmonies of #02C258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C258

Black with #02C258

Text Example


Text Example

White with #02C258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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