Html Css Color HEX #2FF257 Malachite

📋 copy color: '#2FF257'

red 47 ◦ green 242 ◦ blue 87

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

Shades of Malachite #2FF257

Tints of Malachite #2FF257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 12.5%
G = 64.36%
B = 23.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#2FF257 (or 0x2FF257) is known color: Malachite. HEX triplet: 2F, F2 and 57. RGB value is (47,242,87). Sum of RGB (Red+Green+Blue) = 47+242+87=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF257 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF257 is #D00DA8. Grayscale: #A6A6A6. Windows color (decimal): -13634985 or 5763631. OLE color: 5763631.

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

Color convert

RGB 47 242 87 -
CMYK 0.81 0 0.64 0.05
HSL 132.31º 0.88% 0.57% -
HSV(B) 132.31º 0.81% 0.95% -
XYZ 34.64 64.8 19.7 -
YUV 166.03 83.4 43.1 -
System Red Green Blue C M Y K H S L
Decimal 47 242 87 0.81 0 0.64 0.05 132.31 0.88 0.57
Hex 2F F2 57 51 0 40 5 84 58 39
Octal 57 362 127 121 0 100 5 204 130 71
Binary 101111 11110010 1010111 1010001 0 1000000 101 10000100 1011000 111001

Color Harmonies of #2FF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF257

Black with #2FF257

Text Example


Text Example

White with #2FF257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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