Html Css Color HEX #2FF451 Malachite

📋 copy color: '#2FF451'

red 47 ◦ green 244 ◦ blue 81

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

Shades of Malachite #2FF451

Tints of Malachite #2FF451

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.59%

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

R = 12.63%
G = 65.59%
B = 21.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#2FF451 (or 0x2FF451) is known color: Malachite. HEX triplet: 2F, F4 and 51. RGB value is (47,244,81). Sum of RGB (Red+Green+Blue) = 47+244+81=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 244 (95.70% from 255 or 65.59% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF451 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF451 is #D00BAE. Grayscale: #A6A6A6. Windows color (decimal): -13634479 or 5370927. OLE color: 5370927.

HSL color Cylindrical-coordinate representation of color #2FF451: hue angle of 130.36º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF451 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 244 81 -
CMYK 0.81 0 0.67 0.04
HSL 130.36º 0.9% 0.57% -
HSV(B) 130.36º 0.81% 0.96% -
XYZ 35.01 65.9 18.66 -
YUV 166.52 79.73 42.75 -
System Red Green Blue C M Y K H S L
Decimal 47 244 81 0.81 0 0.67 0.04 130.36 0.9 0.57
Hex 2F F4 51 51 0 43 4 82 5A 39
Octal 57 364 121 121 0 103 4 202 132 71
Binary 101111 11110100 1010001 1010001 0 1000011 100 10000010 1011010 111001

Color Harmonies of #2FF451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF451

Black with #2FF451

Text Example


Text Example

White with #2FF451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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