Html Css Color HEX #2FF55D Malachite

📋 copy color: '#2FF55D'

red 47 ◦ green 245 ◦ blue 93

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

Shades of Malachite #2FF55D

Tints of Malachite #2FF55D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.64%

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 12.21%
G = 63.64%
B = 24.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#2FF55D (or 0x2FF55D) is known color: Malachite. HEX triplet: 2F, F5 and 5D. RGB value is (47,245,93). Sum of RGB (Red+Green+Blue) = 47+245+93=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 245 (96.09% from 255 or 63.64% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF55D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF55D is #D00AA2. Grayscale: #A8A8A8. Windows color (decimal): -13634211 or 6157615. OLE color: 6157615.

HSL color Cylindrical-coordinate representation of color #2FF55D: hue angle of 133.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF55D is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 245 93 -
CMYK 0.81 0 0.62 0.04
HSL 133.94º 0.91% 0.57% -
HSV(B) 133.94º 0.81% 0.96% -
XYZ 35.8 66.7 21.34 -
YUV 168.47 85.4 41.36 -
System Red Green Blue C M Y K H S L
Decimal 47 245 93 0.81 0 0.62 0.04 133.94 0.91 0.57
Hex 2F F5 5D 51 0 3E 4 86 5B 39
Octal 57 365 135 121 0 76 4 206 133 71
Binary 101111 11110101 1011101 1010001 0 111110 100 10000110 1011011 111001

Color Harmonies of #2FF55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF55D

Black with #2FF55D

Text Example


Text Example

White with #2FF55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,245,93); }

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

background-color css

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

 a { background-color: rgb(47,245,93); }

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

border-color css

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

 span { border-color: rgb(47,245,93); }

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