Html Css Color HEX #2FF95A Malachite

📋 copy color: '#2FF95A'

red 47 ◦ green 249 ◦ blue 90

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

Shades of Malachite #2FF95A

Tints of Malachite #2FF95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 12.18%
G = 64.51%
B = 23.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#2FF95A (or 0x2FF95A) is known color: Malachite. HEX triplet: 2F, F9 and 5A. RGB value is (47,249,90). Sum of RGB (Red+Green+Blue) = 47+249+90=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF95A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF95A is #D006A5. Grayscale: #AAAAAA. Windows color (decimal): -13633190 or 5962031. OLE color: 5962031.

HSL color Cylindrical-coordinate representation of color #2FF95A: hue angle of 132.77º 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 #2FF95A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 90 -
CMYK 0.81 0 0.64 0.02
HSL 132.77º 0.94% 0.58% -
HSV(B) 132.77º 0.81% 0.98% -
XYZ 36.89 69.09 21.06 -
YUV 170.48 82.58 39.93 -
System Red Green Blue C M Y K H S L
Decimal 47 249 90 0.81 0 0.64 0.02 132.77 0.94 0.58
Hex 2F F9 5A 51 0 40 2 85 5E 3A
Octal 57 371 132 121 0 100 2 205 136 72
Binary 101111 11111001 1011010 1010001 0 1000000 10 10000101 1011110 111010

Color Harmonies of #2FF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF95A

Black with #2FF95A

Text Example


Text Example

White with #2FF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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