Html Css Color HEX #2FE569 Malachite

📋 copy color: '#2FE569'

red 47 ◦ green 229 ◦ blue 105

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

Shades of Malachite #2FE569

Tints of Malachite #2FE569

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.1%

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 12.34%
G = 60.1%
B = 27.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#2FE569 (or 0x2FE569) is known color: Malachite. HEX triplet: 2F, E5 and 69. RGB value is (47,229,105). Sum of RGB (Red+Green+Blue) = 47+229+105=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE569 is #D01A96. Grayscale: #A0A0A0. Windows color (decimal): -13638295 or 6939951. OLE color: 6939951.

HSL color Cylindrical-coordinate representation of color #2FE569: hue angle of 139.12º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE569 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 105 -
CMYK 0.79 0 0.54 0.10
HSL 139.12º 0.78% 0.54% -
HSV(B) 139.12º 0.79% 0.9% -
XYZ 31.74 57.66 22.82 -
YUV 160.45 96.7 47.08 -
System Red Green Blue C M Y K H S L
Decimal 47 229 105 0.79 0 0.54 0.10 139.12 0.78 0.54
Hex 2F E5 69 4F 0 36 A 8B 4E 36
Octal 57 345 151 117 0 66 12 213 116 66
Binary 101111 11100101 1101001 1001111 0 110110 1010 10001011 1001110 110110

Color Harmonies of #2FE569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE569

Black with #2FE569

Text Example


Text Example

White with #2FE569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,229,105); }

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

background-color css

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

 a { background-color: rgb(47,229,105); }

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

border-color css

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

 span { border-color: rgb(47,229,105); }

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