Html Css Color HEX #1EFC40 Malachite

📋 copy color: '#1EFC40'

red 30 ◦ green 252 ◦ blue 64

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

Shades of Malachite #1EFC40

Tints of Malachite #1EFC40

RGB

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

 GREEN value IS 252 (98.83% from 255) = 72.83%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 8.67%
G = 72.83%
B = 18.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#1EFC40 (or 0x1EFC40) is known color: Malachite. HEX triplet: 1E, FC and 40. RGB value is (30,252,64). Sum of RGB (Red+Green+Blue) = 30+252+64=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC40 is #E103BF. Grayscale: #A4A4A4. Windows color (decimal): -14746560 or 4258846. OLE color: 4258846.

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

Color convert

RGB 30 252 64 -
CMYK 0.88 0 0.75 0.01
HSL 129.19º 0.97% 0.55% -
HSV(B) 129.19º 0.88% 0.99% -
XYZ 36.27 70.27 16.5 -
YUV 164.19 71.45 32.29 -
System Red Green Blue C M Y K H S L
Decimal 30 252 64 0.88 0 0.75 0.01 129.19 0.97 0.55
Hex 1E FC 40 58 0 4B 1 81 61 37
Octal 36 374 100 130 0 113 1 201 141 67
Binary 11110 11111100 1000000 1011000 0 1001011 1 10000001 1100001 110111

Color Harmonies of #1EFC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFC40

Black with #1EFC40

Text Example


Text Example

White with #1EFC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,252,64); }

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

background-color css

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

 a { background-color: rgb(30,252,64); }

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

border-color css

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

 span { border-color: rgb(30,252,64); }

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