Html Css Color HEX #2FF258 Malachite

📋 copy color: '#2FF258'

red 47 ◦ green 242 ◦ blue 88

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

Shades of Malachite #2FF258

Tints of Malachite #2FF258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 12.47%
G = 64.19%
B = 23.34%

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

#2FF258 (or 0x2FF258) is known color: Malachite. HEX triplet: 2F, F2 and 58. RGB value is (47,242,88). Sum of RGB (Red+Green+Blue) = 47+242+88=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF258 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF258 is #D00DA7. Grayscale: #A6A6A6. Windows color (decimal): -13634984 or 5829167. OLE color: 5829167.

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

Color convert

RGB 47 242 88 -
CMYK 0.81 0 0.64 0.05
HSL 132.62º 0.88% 0.57% -
HSV(B) 132.62º 0.81% 0.95% -
XYZ 34.69 64.81 19.91 -
YUV 166.14 83.9 43.02 -
System Red Green Blue C M Y K H S L
Decimal 47 242 88 0.81 0 0.64 0.05 132.62 0.88 0.57
Hex 2F F2 58 51 0 40 5 85 58 39
Octal 57 362 130 121 0 100 5 205 130 71
Binary 101111 11110010 1011000 1010001 0 1000000 101 10000101 1011000 111001

Color Harmonies of #2FF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF258

Black with #2FF258

Text Example


Text Example

White with #2FF258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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