Html Css Color HEX #2FFE61 Malachite

📋 copy color: '#2FFE61'

red 47 ◦ green 254 ◦ blue 97

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

Shades of Malachite #2FFE61

Tints of Malachite #2FFE61

RGB

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

 GREEN value IS 254 (99.61% from 255) = 63.82%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 11.81%
G = 63.82%
B = 24.37%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#2FFE61 (or 0x2FFE61) is known color: Malachite. HEX triplet: 2F, FE and 61. RGB value is (47,254,97). Sum of RGB (Red+Green+Blue) = 47+254+97=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 254 (99.61% from 255 or 63.82% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFE61 is #D0019E. Grayscale: #AEAEAE. Windows color (decimal): -13631903 or 6422063. OLE color: 6422063.

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

Color convert

RGB 47 254 97 -
CMYK 0.81 0 0.62 0.00
HSL 134.49º 0.99% 0.59% -
HSV(B) 134.49º 0.81% 1% -
XYZ 38.77 72.35 23.23 -
YUV 174.21 84.42 37.27 -
System Red Green Blue C M Y K H S L
Decimal 47 254 97 0.81 0 0.62 0.00 134.49 0.99 0.59
Hex 2F FE 61 51 0 3E 0 86 63 3B
Octal 57 376 141 121 0 76 0 206 143 73
Binary 101111 11111110 1100001 1010001 0 111110 0 10000110 1100011 111011

Color Harmonies of #2FFE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFE61

Black with #2FFE61

Text Example


Text Example

White with #2FFE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,254,97); }

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

background-color css

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

 a { background-color: rgb(47,254,97); }

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

border-color css

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

 span { border-color: rgb(47,254,97); }

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