Html Css Color HEX #2FE265 Malachite

📋 copy color: '#2FE265'

red 47 ◦ green 226 ◦ blue 101

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

Shades of Malachite #2FE265

Tints of Malachite #2FE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.43%

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

R = 12.57%
G = 60.43%
B = 27.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#2FE265 (or 0x2FE265) is known color: Malachite. HEX triplet: 2F, E2 and 65. RGB value is (47,226,101). Sum of RGB (Red+Green+Blue) = 47+226+101=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE265 is #D01D9A. Grayscale: #9E9E9E. Windows color (decimal): -13639067 or 6677039. OLE color: 6677039.

HSL color Cylindrical-coordinate representation of color #2FE265: hue angle of 138.1º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE265 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 226 101 -
CMYK 0.79 0 0.55 0.11
HSL 138.1º 0.76% 0.54% -
HSV(B) 138.1º 0.79% 0.89% -
XYZ 30.72 55.94 21.49 -
YUV 158.23 95.7 48.66 -
System Red Green Blue C M Y K H S L
Decimal 47 226 101 0.79 0 0.55 0.11 138.1 0.76 0.54
Hex 2F E2 65 4F 0 37 B 8A 4C 36
Octal 57 342 145 117 0 67 13 212 114 66
Binary 101111 11100010 1100101 1001111 0 110111 1011 10001010 1001100 110110

Color Harmonies of #2FE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE265

Black with #2FE265

Text Example


Text Example

White with #2FE265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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