Html Css Color HEX #2FF358 Malachite

📋 copy color: '#2FF358'

red 47 ◦ green 243 ◦ blue 88

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

Shades of Malachite #2FF358

Tints of Malachite #2FF358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 12.43%
G = 64.29%
B = 23.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#2FF358 (or 0x2FF358) is known color: Malachite. HEX triplet: 2F, F3 and 58. RGB value is (47,243,88). Sum of RGB (Red+Green+Blue) = 47+243+88=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF358 is #D00CA7. Grayscale: #A7A7A7. Windows color (decimal): -13634728 or 5829423. OLE color: 5829423.

HSL color Cylindrical-coordinate representation of color #2FF358: hue angle of 132.55º 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 #2FF358 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 243 88 -
CMYK 0.81 0 0.64 0.05
HSL 132.55º 0.89% 0.57% -
HSV(B) 132.55º 0.81% 0.95% -
XYZ 34.98 65.41 20.01 -
YUV 166.73 83.57 42.6 -
System Red Green Blue C M Y K H S L
Decimal 47 243 88 0.81 0 0.64 0.05 132.55 0.89 0.57
Hex 2F F3 58 51 0 40 5 85 59 39
Octal 57 363 130 121 0 100 5 205 131 71
Binary 101111 11110011 1011000 1010001 0 1000000 101 10000101 1011001 111001

Color Harmonies of #2FF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF358

Black with #2FF358

Text Example


Text Example

White with #2FF358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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