Html Css Color HEX #2FE35E Malachite

📋 copy color: '#2FE35E'

red 47 ◦ green 227 ◦ blue 94

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

Shades of Malachite #2FE35E

Tints of Malachite #2FE35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.68%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 12.77%
G = 61.68%
B = 25.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#2FE35E (or 0x2FE35E) is known color: Malachite. HEX triplet: 2F, E3 and 5E. RGB value is (47,227,94). Sum of RGB (Red+Green+Blue) = 47+227+94=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE35E is #D01CA1. Grayscale: #9E9E9E. Windows color (decimal): -13638818 or 6218543. OLE color: 6218543.

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

Color convert

RGB 47 227 94 -
CMYK 0.79 0 0.59 0.11
HSL 135.67º 0.76% 0.54% -
HSV(B) 135.67º 0.79% 0.89% -
XYZ 30.66 56.35 19.85 -
YUV 158.02 91.87 48.81 -
System Red Green Blue C M Y K H S L
Decimal 47 227 94 0.79 0 0.59 0.11 135.67 0.76 0.54
Hex 2F E3 5E 4F 0 3B B 88 4C 36
Octal 57 343 136 117 0 73 13 210 114 66
Binary 101111 11100011 1011110 1001111 0 111011 1011 10001000 1001100 110110

Color Harmonies of #2FE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE35E

Black with #2FE35E

Text Example


Text Example

White with #2FE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,227,94); }

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

background-color css

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

 a { background-color: rgb(47,227,94); }

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

border-color css

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

 span { border-color: rgb(47,227,94); }

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