Html Css Color HEX #2FF266 Malachite

📋 copy color: '#2FF266'

red 47 ◦ green 242 ◦ blue 102

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

Shades of Malachite #2FF266

Tints of Malachite #2FF266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.89%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 12.02%
G = 61.89%
B = 26.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#2FF266 (or 0x2FF266) is known color: Malachite. HEX triplet: 2F, F2 and 66. RGB value is (47,242,102). Sum of RGB (Red+Green+Blue) = 47+242+102=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF266 is #D00D99. Grayscale: #A8A8A8. Windows color (decimal): -13634970 or 6746671. OLE color: 6746671.

HSL color Cylindrical-coordinate representation of color #2FF266: hue angle of 136.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF266 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 102 -
CMYK 0.81 0 0.58 0.05
HSL 136.92º 0.88% 0.57% -
HSV(B) 136.92º 0.81% 0.95% -
XYZ 35.32 65.07 23.27 -
YUV 167.74 90.9 41.88 -
System Red Green Blue C M Y K H S L
Decimal 47 242 102 0.81 0 0.58 0.05 136.92 0.88 0.57
Hex 2F F2 66 51 0 3A 5 89 58 39
Octal 57 362 146 121 0 72 5 211 130 71
Binary 101111 11110010 1100110 1010001 0 111010 101 10001001 1011000 111001

Color Harmonies of #2FF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF266

Black with #2FF266

Text Example


Text Example

White with #2FF266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,102); }

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

background-color css

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

 a { background-color: rgb(47,242,102); }

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

border-color css

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

 span { border-color: rgb(47,242,102); }

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