Html Css Color HEX #2FF14C Malachite

📋 copy color: '#2FF14C'

red 47 ◦ green 241 ◦ blue 76

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

Shades of Malachite #2FF14C

Tints of Malachite #2FF14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 12.91%
G = 66.21%
B = 20.88%

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

#2FF14C (or 0x2FF14C) is known color: Malachite. HEX triplet: 2F, F1 and 4C. RGB value is (47,241,76). Sum of RGB (Red+Green+Blue) = 47+241+76=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF14C is #D00EB3. Grayscale: #A4A4A4. Windows color (decimal): -13635252 or 5042479. OLE color: 5042479.

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

Color convert

RGB 47 241 76 -
CMYK 0.80 0 0.68 0.05
HSL 128.97º 0.87% 0.56% -
HSV(B) 128.97º 0.8% 0.95% -
XYZ 33.93 64.04 17.41 -
YUV 164.18 78.23 44.42 -
System Red Green Blue C M Y K H S L
Decimal 47 241 76 0.80 0 0.68 0.05 128.97 0.87 0.56
Hex 2F F1 4C 50 0 44 5 81 57 38
Octal 57 361 114 120 0 104 5 201 127 70
Binary 101111 11110001 1001100 1010000 0 1000100 101 10000001 1010111 111000

Color Harmonies of #2FF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF14C

Black with #2FF14C

Text Example


Text Example

White with #2FF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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