Html Css Color HEX #2FF158 Malachite

📋 copy color: '#2FF158'

red 47 ◦ green 241 ◦ blue 88

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

Shades of Malachite #2FF158

Tints of Malachite #2FF158

RGB

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

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

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

R = 12.5%
G = 64.1%
B = 23.4%

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

#2FF158 (or 0x2FF158) is known color: Malachite. HEX triplet: 2F, F1 and 58. RGB value is (47,241,88). Sum of RGB (Red+Green+Blue) = 47+241+88=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF158 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF158 is #D00EA7. Grayscale: #A5A5A5. Windows color (decimal): -13635240 or 5828911. OLE color: 5828911.

HSL color Cylindrical-coordinate representation of color #2FF158: hue angle of 132.68º 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 #2FF158 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 88 -
CMYK 0.80 0 0.63 0.05
HSL 132.68º 0.87% 0.56% -
HSV(B) 132.68º 0.8% 0.95% -
XYZ 34.39 64.22 19.82 -
YUV 165.55 84.23 43.44 -
System Red Green Blue C M Y K H S L
Decimal 47 241 88 0.80 0 0.63 0.05 132.68 0.87 0.56
Hex 2F F1 58 50 0 3F 5 85 57 38
Octal 57 361 130 120 0 77 5 205 127 70
Binary 101111 11110001 1011000 1010000 0 111111 101 10000101 1010111 111000

Color Harmonies of #2FF158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF158

Black with #2FF158

Text Example


Text Example

White with #2FF158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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