Html Css Color HEX #02FA51 Malachite

📋 copy color: '#02FA51'

red 2 ◦ green 250 ◦ blue 81

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

Shades of Malachite #02FA51

Tints of Malachite #02FA51

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.08%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 0.6%
G = 75.08%
B = 24.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#02FA51 (or 0x02FA51) is known color: Malachite. HEX triplet: 02, FA and 51. RGB value is (2,250,81). Sum of RGB (Red+Green+Blue) = 2+250+81=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #02FA51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FA51 is #FD05AE. Grayscale: #9D9D9D. Windows color (decimal): -16582063 or 5372418. OLE color: 5372418.

HSL color Cylindrical-coordinate representation of color #02FA51: hue angle of 139.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FA51 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 250 81 -
CMYK 0.99 0 0.68 0.02
HSL 139.11º 0.98% 0.49% -
HSV(B) 139.11º 0.99% 0.98% -
XYZ 35.7 68.98 19.22 -
YUV 156.58 85.34 17.74 -
System Red Green Blue C M Y K H S L
Decimal 2 250 81 0.99 0 0.68 0.02 139.11 0.98 0.49
Hex 2 FA 51 63 0 44 2 8B 62 31
Octal 2 372 121 143 0 104 2 213 142 61
Binary 10 11111010 1010001 1100011 0 1000100 10 10001011 1100010 110001

Color Harmonies of #02FA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FA51

Black with #02FA51

Text Example


Text Example

White with #02FA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,250,81); }

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

background-color css

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

 a { background-color: rgb(2,250,81); }

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

border-color css

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

 span { border-color: rgb(2,250,81); }

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