Html Css Color HEX #2FF052 Malachite

📋 copy color: '#2FF052'

red 47 ◦ green 240 ◦ blue 82

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

Shades of Malachite #2FF052

Tints of Malachite #2FF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.04%

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

R = 12.74%
G = 65.04%
B = 22.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#2FF052 (or 0x2FF052) is known color: Malachite. HEX triplet: 2F, F0 and 52. RGB value is (47,240,82). Sum of RGB (Red+Green+Blue) = 47+240+82=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF052 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF052 is #D00FAD. Grayscale: #A4A4A4. Windows color (decimal): -13635502 or 5435439. OLE color: 5435439.

HSL color Cylindrical-coordinate representation of color #2FF052: hue angle of 130.88º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF052 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 240 82 -
CMYK 0.80 0 0.66 0.06
HSL 130.88º 0.87% 0.56% -
HSV(B) 130.88º 0.8% 0.94% -
XYZ 33.86 63.53 18.46 -
YUV 164.28 81.56 44.35 -
System Red Green Blue C M Y K H S L
Decimal 47 240 82 0.80 0 0.66 0.06 130.88 0.87 0.56
Hex 2F F0 52 50 0 42 6 83 57 38
Octal 57 360 122 120 0 102 6 203 127 70
Binary 101111 11110000 1010010 1010000 0 1000010 110 10000011 1010111 111000

Color Harmonies of #2FF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF052

Black with #2FF052

Text Example


Text Example

White with #2FF052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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