Html Css Color HEX #2FE955 Malachite

📋 copy color: '#2FE955'

red 47 ◦ green 233 ◦ blue 85

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

Shades of Malachite #2FE955

Tints of Malachite #2FE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 63.84%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 12.88%
G = 63.84%
B = 23.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#2FE955 (or 0x2FE955) is known color: Malachite. HEX triplet: 2F, E9 and 55. RGB value is (47,233,85). Sum of RGB (Red+Green+Blue) = 47+233+85=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE955 is #D016AA. Grayscale: #A0A0A0. Windows color (decimal): -13637291 or 5630255. OLE color: 5630255.

HSL color Cylindrical-coordinate representation of color #2FE955: hue angle of 132.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE955 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 85 -
CMYK 0.80 0 0.64 0.09
HSL 132.26º 0.81% 0.55% -
HSV(B) 132.26º 0.8% 0.91% -
XYZ 31.95 59.54 18.4 -
YUV 160.51 85.38 47.03 -
System Red Green Blue C M Y K H S L
Decimal 47 233 85 0.80 0 0.64 0.09 132.26 0.81 0.55
Hex 2F E9 55 50 0 40 9 84 51 37
Octal 57 351 125 120 0 100 11 204 121 67
Binary 101111 11101001 1010101 1010000 0 1000000 1001 10000100 1010001 110111

Color Harmonies of #2FE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE955

Black with #2FE955

Text Example


Text Example

White with #2FE955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,85); }

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

background-color css

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

 a { background-color: rgb(47,233,85); }

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

border-color css

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

 span { border-color: rgb(47,233,85); }

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