Html Css Color HEX #2FF268 Malachite

📋 copy color: '#2FF268'

red 47 ◦ green 242 ◦ blue 104

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

Shades of Malachite #2FF268

Tints of Malachite #2FF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 11.96%
G = 61.58%
B = 26.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#2FF268 (or 0x2FF268) is known color: Malachite. HEX triplet: 2F, F2 and 68. RGB value is (47,242,104). Sum of RGB (Red+Green+Blue) = 47+242+104=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF268 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF268 is #D00D97. Grayscale: #A8A8A8. Windows color (decimal): -13634968 or 6877743. OLE color: 6877743.

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

Color convert

RGB 47 242 104 -
CMYK 0.81 0 0.57 0.05
HSL 137.54º 0.88% 0.57% -
HSV(B) 137.54º 0.81% 0.95% -
XYZ 35.42 65.11 23.8 -
YUV 167.96 91.9 41.72 -
System Red Green Blue C M Y K H S L
Decimal 47 242 104 0.81 0 0.57 0.05 137.54 0.88 0.57
Hex 2F F2 68 51 0 39 5 8A 58 39
Octal 57 362 150 121 0 71 5 212 130 71
Binary 101111 11110010 1101000 1010001 0 111001 101 10001010 1011000 111001

Color Harmonies of #2FF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF268

Black with #2FF268

Text Example


Text Example

White with #2FF268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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