Html Css Color HEX #1EF150 Malachite

📋 copy color: '#1EF150'

red 30 ◦ green 241 ◦ blue 80

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

Shades of Malachite #1EF150

Tints of Malachite #1EF150

RGB

 RED value IS 30 (12.11% from 255) = 8.55%

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

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 8.55%
G = 68.66%
B = 22.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#1EF150 (or 0x1EF150) is known color: Malachite. HEX triplet: 1E, F1 and 50. RGB value is (30,241,80). Sum of RGB (Red+Green+Blue) = 30+241+80=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF150 is #E10EAF. Grayscale: #9F9F9F. Windows color (decimal): -14749360 or 5304606. OLE color: 5304606.

HSL color Cylindrical-coordinate representation of color #1EF150: hue angle of 134.22º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF150 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 241 80 -
CMYK 0.88 0 0.67 0.05
HSL 134.22º 0.88% 0.53% -
HSV(B) 134.22º 0.88% 0.95% -
XYZ 33.44 63.77 18.14 -
YUV 159.56 83.1 35.59 -
System Red Green Blue C M Y K H S L
Decimal 30 241 80 0.88 0 0.67 0.05 134.22 0.88 0.53
Hex 1E F1 50 58 0 43 5 86 58 35
Octal 36 361 120 130 0 103 5 206 130 65
Binary 11110 11110001 1010000 1011000 0 1000011 101 10000110 1011000 110101

Color Harmonies of #1EF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF150

Black with #1EF150

Text Example


Text Example

White with #1EF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EF150; }

 p { color: rgb(30,241,80); }

 H1.HeaderClassName
 {
   color: #1EF150;
 }
 .AnyTagClassName
 {
   color: #1EF150;
 }
</style>

background-color css

<style>
 a { background-color: #1EF150; }

 a { background-color: rgb(30,241,80); }

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

border-color css

<style>
 span { border-color: #1EF150; }

 span { border-color: rgb(30,241,80); }

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