Html Css Color HEX #2FF860 Malachite

📋 copy color: '#2FF860'

red 47 ◦ green 248 ◦ blue 96

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

Shades of Malachite #2FF860

Tints of Malachite #2FF860

RGB

 RED value IS 47 (18.75% from 255) = 12.02%

 GREEN value IS 248 (97.27% from 255) = 63.43%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 12.02%
G = 63.43%
B = 24.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#2FF860 (or 0x2FF860) is known color: Malachite. HEX triplet: 2F, F8 and 60. RGB value is (47,248,96). Sum of RGB (Red+Green+Blue) = 47+248+96=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF860 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF860 is #D0079F. Grayscale: #AAAAAA. Windows color (decimal): -13633440 or 6354991. OLE color: 6354991.

HSL color Cylindrical-coordinate representation of color #2FF860: hue angle of 134.63º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF860 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 248 96 -
CMYK 0.81 0 0.61 0.03
HSL 134.63º 0.93% 0.58% -
HSV(B) 134.63º 0.81% 0.97% -
XYZ 36.85 68.58 22.36 -
YUV 170.57 85.91 39.86 -
System Red Green Blue C M Y K H S L
Decimal 47 248 96 0.81 0 0.61 0.03 134.63 0.93 0.58
Hex 2F F8 60 51 0 3D 3 87 5D 3A
Octal 57 370 140 121 0 75 3 207 135 72
Binary 101111 11111000 1100000 1010001 0 111101 11 10000111 1011101 111010

Color Harmonies of #2FF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF860

Black with #2FF860

Text Example


Text Example

White with #2FF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF860; }

 p { color: rgb(47,248,96); }

 H1.HeaderClassName
 {
   color: #2FF860;
 }
 .AnyTagClassName
 {
   color: #2FF860;
 }
</style>

background-color css

<style>
 a { background-color: #2FF860; }

 a { background-color: rgb(47,248,96); }

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

border-color css

<style>
 span { border-color: #2FF860; }

 span { border-color: rgb(47,248,96); }

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