Html Css Color HEX #2FF151 Malachite

📋 copy color: '#2FF151'

red 47 ◦ green 241 ◦ blue 81

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

Shades of Malachite #2FF151

Tints of Malachite #2FF151

RGB

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

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

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

R = 12.74%
G = 65.31%
B = 21.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#2FF151 (or 0x2FF151) is known color: Malachite. HEX triplet: 2F, F1 and 51. RGB value is (47,241,81). Sum of RGB (Red+Green+Blue) = 47+241+81=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF151 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF151 is #D00EAE. Grayscale: #A5A5A5. Windows color (decimal): -13635247 or 5370159. OLE color: 5370159.

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

Color convert

RGB 47 241 81 -
CMYK 0.80 0 0.66 0.05
HSL 130.52º 0.87% 0.56% -
HSV(B) 130.52º 0.8% 0.95% -
XYZ 34.11 64.11 18.36 -
YUV 164.75 80.73 44.01 -
System Red Green Blue C M Y K H S L
Decimal 47 241 81 0.80 0 0.66 0.05 130.52 0.87 0.56
Hex 2F F1 51 50 0 42 5 83 57 38
Octal 57 361 121 120 0 102 5 203 127 70
Binary 101111 11110001 1010001 1010000 0 1000010 101 10000011 1010111 111000

Color Harmonies of #2FF151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF151

Black with #2FF151

Text Example


Text Example

White with #2FF151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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