Html Css Color HEX #1EFA4B Malachite

📋 copy color: '#1EFA4B'

red 30 ◦ green 250 ◦ blue 75

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

Shades of Malachite #1EFA4B

Tints of Malachite #1EFA4B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.42%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 8.45%
G = 70.42%
B = 21.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#1EFA4B (or 0x1EFA4B) is known color: Malachite. HEX triplet: 1E, FA and 4B. RGB value is (30,250,75). Sum of RGB (Red+Green+Blue) = 30+250+75=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFA4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFA4B is #E105B4. Grayscale: #A4A4A4. Windows color (decimal): -14747061 or 4979230. OLE color: 4979230.

HSL color Cylindrical-coordinate representation of color #1EFA4B: hue angle of 132.27º degrees, saturation: 0.96, 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 #1EFA4B is Cyan = 0.88, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 250 75 -
CMYK 0.88 0 0.7 0.02
HSL 132.27º 0.96% 0.55% -
HSV(B) 132.27º 0.88% 0.98% -
XYZ 35.99 69.16 18.11 -
YUV 164.27 77.61 32.23 -
System Red Green Blue C M Y K H S L
Decimal 30 250 75 0.88 0 0.7 0.02 132.27 0.96 0.55
Hex 1E FA 4B 58 0 46 2 84 60 37
Octal 36 372 113 130 0 106 2 204 140 67
Binary 11110 11111010 1001011 1011000 0 1000110 10 10000100 1100000 110111

Color Harmonies of #1EFA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFA4B

Black with #1EFA4B

Text Example


Text Example

White with #1EFA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,250,75); }

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

background-color css

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

 a { background-color: rgb(30,250,75); }

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

border-color css

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

 span { border-color: rgb(30,250,75); }

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