Html Css Color HEX #2FF965 Malachite

📋 copy color: '#2FF965'

red 47 ◦ green 249 ◦ blue 101

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

Shades of Malachite #2FF965

Tints of Malachite #2FF965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 11.84%
G = 62.72%
B = 25.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#2FF965 (or 0x2FF965) is known color: Malachite. HEX triplet: 2F, F9 and 65. RGB value is (47,249,101). Sum of RGB (Red+Green+Blue) = 47+249+101=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 249 (97.66% from 255 or 62.72% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF965 is #D0069A. Grayscale: #ACACAC. Windows color (decimal): -13633179 or 6682927. OLE color: 6682927.

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

Color convert

RGB 47 249 101 -
CMYK 0.81 0 0.59 0.02
HSL 136.04º 0.94% 0.58% -
HSV(B) 136.04º 0.81% 0.98% -
XYZ 37.4 69.3 23.72 -
YUV 171.73 88.08 39.03 -
System Red Green Blue C M Y K H S L
Decimal 47 249 101 0.81 0 0.59 0.02 136.04 0.94 0.58
Hex 2F F9 65 51 0 3B 2 88 5E 3A
Octal 57 371 145 121 0 73 2 210 136 72
Binary 101111 11111001 1100101 1010001 0 111011 10 10001000 1011110 111010

Color Harmonies of #2FF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF965

Black with #2FF965

Text Example


Text Example

White with #2FF965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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