Html Css Color HEX #2FDF52 Malachite

📋 copy color: '#2FDF52'

red 47 ◦ green 223 ◦ blue 82

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

Shades of Malachite #2FDF52

Tints of Malachite #2FDF52

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.35%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 13.35%
G = 63.35%
B = 23.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#2FDF52 (or 0x2FDF52) is known color: Malachite. HEX triplet: 2F, DF and 52. RGB value is (47,223,82). Sum of RGB (Red+Green+Blue) = 47+223+82=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF52 is #D020AD. Grayscale: #9A9A9A. Windows color (decimal): -13639854 or 5431087. OLE color: 5431087.

HSL color Cylindrical-coordinate representation of color #2FDF52: hue angle of 131.93º degrees, saturation: 0.73, 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 #2FDF52 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 82 -
CMYK 0.79 0 0.63 0.13
HSL 131.93º 0.73% 0.53% -
HSV(B) 131.93º 0.79% 0.87% -
XYZ 29.08 53.99 16.87 -
YUV 154.3 87.19 51.46 -
System Red Green Blue C M Y K H S L
Decimal 47 223 82 0.79 0 0.63 0.13 131.93 0.73 0.53
Hex 2F DF 52 4F 0 3F D 84 49 35
Octal 57 337 122 117 0 77 15 204 111 65
Binary 101111 11011111 1010010 1001111 0 111111 1101 10000100 1001001 110101

Color Harmonies of #2FDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF52

Black with #2FDF52

Text Example


Text Example

White with #2FDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,223,82); }

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

background-color css

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

 a { background-color: rgb(47,223,82); }

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

border-color css

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

 span { border-color: rgb(47,223,82); }

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