Html Css Color HEX #2FF952 Malachite

📋 copy color: '#2FF952'

red 47 ◦ green 249 ◦ blue 82

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

Shades of Malachite #2FF952

Tints of Malachite #2FF952

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.87%

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

R = 12.43%
G = 65.87%
B = 21.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#2FF952 (or 0x2FF952) is known color: Malachite. HEX triplet: 2F, F9 and 52. RGB value is (47,249,82). Sum of RGB (Red+Green+Blue) = 47+249+82=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF952 is #D006AD. Grayscale: #AAAAAA. Windows color (decimal): -13633198 or 5437743. OLE color: 5437743.

HSL color Cylindrical-coordinate representation of color #2FF952: hue angle of 130.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF952 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 82 -
CMYK 0.81 0 0.67 0.02
HSL 130.4º 0.94% 0.58% -
HSV(B) 130.4º 0.81% 0.98% -
XYZ 36.57 68.96 19.37 -
YUV 169.56 78.58 40.58 -
System Red Green Blue C M Y K H S L
Decimal 47 249 82 0.81 0 0.67 0.02 130.4 0.94 0.58
Hex 2F F9 52 51 0 43 2 82 5E 3A
Octal 57 371 122 121 0 103 2 202 136 72
Binary 101111 11111001 1010010 1010001 0 1000011 10 10000010 1011110 111010

Color Harmonies of #2FF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF952

Black with #2FF952

Text Example


Text Example

White with #2FF952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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