Html Css Color HEX #2FCE55 Malachite

📋 copy color: '#2FCE55'

red 47 ◦ green 206 ◦ blue 85

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

Shades of Malachite #2FCE55

Tints of Malachite #2FCE55

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.95%

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

R = 13.91%
G = 60.95%
B = 25.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#2FCE55 (or 0x2FCE55) is known color: Malachite. HEX triplet: 2F, CE and 55. RGB value is (47,206,85). Sum of RGB (Red+Green+Blue) = 47+206+85=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE55 is #D031AA. Grayscale: #909090. Windows color (decimal): -13644203 or 5623343. OLE color: 5623343.

HSL color Cylindrical-coordinate representation of color #2FCE55: hue angle of 134.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE55 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 85 -
CMYK 0.77 0 0.59 0.19
HSL 134.34º 0.63% 0.5% -
HSV(B) 134.34º 0.77% 0.81% -
XYZ 24.88 45.4 16.05 -
YUV 144.67 94.32 58.34 -
System Red Green Blue C M Y K H S L
Decimal 47 206 85 0.77 0 0.59 0.19 134.34 0.63 0.5
Hex 2F CE 55 4D 0 3B 13 86 3F 32
Octal 57 316 125 115 0 73 23 206 77 62
Binary 101111 11001110 1010101 1001101 0 111011 10011 10000110 111111 110010

Color Harmonies of #2FCE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE55

Black with #2FCE55

Text Example


Text Example

White with #2FCE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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