Html Css Color HEX #2FE55F Malachite

📋 copy color: '#2FE55F'

red 47 ◦ green 229 ◦ blue 95

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

Shades of Malachite #2FE55F

Tints of Malachite #2FE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.73%

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 12.67%
G = 61.73%
B = 25.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#2FE55F (or 0x2FE55F) is known color: Malachite. HEX triplet: 2F, E5 and 5F. RGB value is (47,229,95). Sum of RGB (Red+Green+Blue) = 47+229+95=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE55F is #D01AA0. Grayscale: #9F9F9F. Windows color (decimal): -13638305 or 6284591. OLE color: 6284591.

HSL color Cylindrical-coordinate representation of color #2FE55F: hue angle of 135.82º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE55F is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 95 -
CMYK 0.79 0 0.59 0.10
HSL 135.82º 0.78% 0.54% -
HSV(B) 135.82º 0.79% 0.9% -
XYZ 31.26 57.47 20.27 -
YUV 159.31 91.7 47.9 -
System Red Green Blue C M Y K H S L
Decimal 47 229 95 0.79 0 0.59 0.10 135.82 0.78 0.54
Hex 2F E5 5F 4F 0 3B A 88 4E 36
Octal 57 345 137 117 0 73 12 210 116 66
Binary 101111 11100101 1011111 1001111 0 111011 1010 10001000 1001110 110110

Color Harmonies of #2FE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE55F

Black with #2FE55F

Text Example


Text Example

White with #2FE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,229,95); }

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

background-color css

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

 a { background-color: rgb(47,229,95); }

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

border-color css

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

 span { border-color: rgb(47,229,95); }

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