Html Css Color HEX #2FF159 Malachite

📋 copy color: '#2FF159'

red 47 ◦ green 241 ◦ blue 89

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

Shades of Malachite #2FF159

Tints of Malachite #2FF159

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 12.47%
G = 63.93%
B = 23.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#2FF159 (or 0x2FF159) is known color: Malachite. HEX triplet: 2F, F1 and 59. RGB value is (47,241,89). Sum of RGB (Red+Green+Blue) = 47+241+89=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF159 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF159 is #D00EA6. Grayscale: #A6A6A6. Windows color (decimal): -13635239 or 5894447. OLE color: 5894447.

HSL color Cylindrical-coordinate representation of color #2FF159: hue angle of 132.99º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF159 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 89 -
CMYK 0.80 0 0.63 0.05
HSL 132.99º 0.87% 0.56% -
HSV(B) 132.99º 0.8% 0.95% -
XYZ 34.43 64.24 20.04 -
YUV 165.67 84.73 43.36 -
System Red Green Blue C M Y K H S L
Decimal 47 241 89 0.80 0 0.63 0.05 132.99 0.87 0.56
Hex 2F F1 59 50 0 3F 5 85 57 38
Octal 57 361 131 120 0 77 5 205 127 70
Binary 101111 11110001 1011001 1010000 0 111111 101 10000101 1010111 111000

Color Harmonies of #2FF159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF159

Black with #2FF159

Text Example


Text Example

White with #2FF159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,241,89); }

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

background-color css

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

 a { background-color: rgb(47,241,89); }

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

border-color css

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

 span { border-color: rgb(47,241,89); }

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