Html Css Color HEX #2FF14E Malachite

📋 copy color: '#2FF14E'

red 47 ◦ green 241 ◦ blue 78

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

Shades of Malachite #2FF14E

Tints of Malachite #2FF14E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.85%

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 12.84%
G = 65.85%
B = 21.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#2FF14E (or 0x2FF14E) is known color: Malachite. HEX triplet: 2F, F1 and 4E. RGB value is (47,241,78). Sum of RGB (Red+Green+Blue) = 47+241+78=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF14E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF14E is #D00EB1. Grayscale: #A4A4A4. Windows color (decimal): -13635250 or 5173551. OLE color: 5173551.

HSL color Cylindrical-coordinate representation of color #2FF14E: hue angle of 129.59º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF14E is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 78 -
CMYK 0.80 0 0.68 0.05
HSL 129.59º 0.87% 0.56% -
HSV(B) 129.59º 0.8% 0.95% -
XYZ 34 64.06 17.78 -
YUV 164.41 79.23 44.25 -
System Red Green Blue C M Y K H S L
Decimal 47 241 78 0.80 0 0.68 0.05 129.59 0.87 0.56
Hex 2F F1 4E 50 0 44 5 82 57 38
Octal 57 361 116 120 0 104 5 202 127 70
Binary 101111 11110001 1001110 1010000 0 1000100 101 10000010 1010111 111000

Color Harmonies of #2FF14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF14E

Black with #2FF14E

Text Example


Text Example

White with #2FF14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,241,78); }

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

background-color css

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

 a { background-color: rgb(47,241,78); }

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

border-color css

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

 span { border-color: rgb(47,241,78); }

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