Html Css Color HEX #2FFD51 Malachite

📋 copy color: '#2FFD51'

red 47 ◦ green 253 ◦ blue 81

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

Shades of Malachite #2FFD51

Tints of Malachite #2FFD51

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.4%

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

R = 12.34%
G = 66.4%
B = 21.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#2FFD51 (or 0x2FFD51) is known color: Malachite. HEX triplet: 2F, FD and 51. RGB value is (47,253,81). Sum of RGB (Red+Green+Blue) = 47+253+81=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD51 is #D002AE. Grayscale: #ACACAC. Windows color (decimal): -13632175 or 5373231. OLE color: 5373231.

HSL color Cylindrical-coordinate representation of color #2FFD51: hue angle of 129.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD51 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 81 -
CMYK 0.81 0 0.68 0.01
HSL 129.9º 0.98% 0.59% -
HSV(B) 129.9º 0.81% 0.99% -
XYZ 37.78 71.45 19.58 -
YUV 171.8 76.75 38.99 -
System Red Green Blue C M Y K H S L
Decimal 47 253 81 0.81 0 0.68 0.01 129.9 0.98 0.59
Hex 2F FD 51 51 0 44 1 82 62 3B
Octal 57 375 121 121 0 104 1 202 142 73
Binary 101111 11111101 1010001 1010001 0 1000100 1 10000010 1100010 111011

Color Harmonies of #2FFD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD51

Black with #2FFD51

Text Example


Text Example

White with #2FFD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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