#1EFB60

Color #1EFB60 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1EFB60

Tints of Malachite #1EFB60

Color information

#1EFB60 (or 0x1EFB60) is unknown color: approx Malachite. HEX triplet: 1E, FB and 60. RGB value is (30,251,96). Sum of RGB (Red+Green+Blue) = 30+251+96=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFB60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFB60 is #E1049F. Grayscale: #A7A7A7. Windows color (decimal): -14746784 or 6355742. OLE color: 6355742.

HSL color Cylindrical-coordinate representation of color #1EFB60: hue angle of 137.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFB60 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB3025196-
CMYK0.8800.620.02
HSL137.92º96.51%55.1%-
HSV(B)137.92º88.05%98.43%-
XYZ37.1470.1122.64-
YUV167.2587.7830.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.96%
GREEN value IS 251 (98.44% from 255) = 66.58%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=7.96%
G=66.58%
B=25.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal30251960.8800.620.02137.9296.5155.1
Hex1EFB605803E28a6137
Octal36373140130076221214167
Binary111101111101111000001011000011111010100010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,251,96); }

 H1.HeaderClassName
 {
   color: #1EFB60;
 }
 .AnyTagClassName
 {
   color: #1EFB60;
 }
</style>
background-color css

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

 a { background-color: rgb(30,251,96); }

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

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

 span { border-color: rgb(30,251,96); }

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