Html Css Color HEX #2FF359 Malachite

📋 copy color: '#2FF359'

red 47 ◦ green 243 ◦ blue 89

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

Shades of Malachite #2FF359

Tints of Malachite #2FF359

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.12%

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 12.4%
G = 64.12%
B = 23.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#2FF359 (or 0x2FF359) is known color: Malachite. HEX triplet: 2F, F3 and 59. RGB value is (47,243,89). Sum of RGB (Red+Green+Blue) = 47+243+89=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF359 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF359 is #D00CA6. Grayscale: #A7A7A7. Windows color (decimal): -13634727 or 5894959. OLE color: 5894959.

HSL color Cylindrical-coordinate representation of color #2FF359: hue angle of 132.86º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF359 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 89 -
CMYK 0.81 0 0.63 0.05
HSL 132.86º 0.89% 0.57% -
HSV(B) 132.86º 0.81% 0.95% -
XYZ 35.03 65.43 20.23 -
YUV 166.84 84.07 42.52 -
System Red Green Blue C M Y K H S L
Decimal 47 243 89 0.81 0 0.63 0.05 132.86 0.89 0.57
Hex 2F F3 59 51 0 3F 5 85 59 39
Octal 57 363 131 121 0 77 5 205 131 71
Binary 101111 11110011 1011001 1010001 0 111111 101 10000101 1011001 111001

Color Harmonies of #2FF359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF359

Black with #2FF359

Text Example


Text Example

White with #2FF359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,243,89); }

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

background-color css

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

 a { background-color: rgb(47,243,89); }

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

border-color css

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

 span { border-color: rgb(47,243,89); }

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