Html Css Color HEX #2FDD55 Malachite

📋 copy color: '#2FDD55'

red 47 ◦ green 221 ◦ blue 85

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

Shades of Malachite #2FDD55

Tints of Malachite #2FDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.61%

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

R = 13.31%
G = 62.61%
B = 24.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#2FDD55 (or 0x2FDD55) is known color: Malachite. HEX triplet: 2F, DD and 55. RGB value is (47,221,85). Sum of RGB (Red+Green+Blue) = 47+221+85=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD55 is #D022AA. Grayscale: #999999. Windows color (decimal): -13640363 or 5627183. OLE color: 5627183.

HSL color Cylindrical-coordinate representation of color #2FDD55: hue angle of 133.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD55 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 85 -
CMYK 0.79 0 0.62 0.13
HSL 133.1º 0.72% 0.53% -
HSV(B) 133.1º 0.79% 0.87% -
XYZ 28.67 52.97 17.31 -
YUV 153.47 89.35 52.06 -
System Red Green Blue C M Y K H S L
Decimal 47 221 85 0.79 0 0.62 0.13 133.1 0.72 0.53
Hex 2F DD 55 4F 0 3E D 85 48 35
Octal 57 335 125 117 0 76 15 205 110 65
Binary 101111 11011101 1010101 1001111 0 111110 1101 10000101 1001000 110101

Color Harmonies of #2FDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD55

Black with #2FDD55

Text Example


Text Example

White with #2FDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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