Html Css Color HEX #2FF652 Malachite

📋 copy color: '#2FF652'

red 47 ◦ green 246 ◦ blue 82

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

Shades of Malachite #2FF652

Tints of Malachite #2FF652

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.6%

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

R = 12.53%
G = 65.6%
B = 21.87%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#2FF652 (or 0x2FF652) is known color: Malachite. HEX triplet: 2F, F6 and 52. RGB value is (47,246,82). Sum of RGB (Red+Green+Blue) = 47+246+82=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 246 (96.48% from 255 or 65.6% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF652 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF652 is #D009AD. Grayscale: #A8A8A8. Windows color (decimal): -13633966 or 5436975. OLE color: 5436975.

HSL color Cylindrical-coordinate representation of color #2FF652: hue angle of 130.55º degrees, saturation: 0.92, 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 #2FF652 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 82 -
CMYK 0.81 0 0.67 0.04
HSL 130.55º 0.92% 0.57% -
HSV(B) 130.55º 0.81% 0.96% -
XYZ 35.65 67.13 19.06 -
YUV 167.8 79.57 41.84 -
System Red Green Blue C M Y K H S L
Decimal 47 246 82 0.81 0 0.67 0.04 130.55 0.92 0.57
Hex 2F F6 52 51 0 43 4 83 5C 39
Octal 57 366 122 121 0 103 4 203 134 71
Binary 101111 11110110 1010010 1010001 0 1000011 100 10000011 1011100 111001

Color Harmonies of #2FF652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF652

Black with #2FF652

Text Example


Text Example

White with #2FF652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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