Html Css Color HEX #1EFF42 Malachite

📋 copy color: '#1EFF42'

red 30 ◦ green 255 ◦ blue 66

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

Shades of Malachite #1EFF42

Tints of Malachite #1EFF42

RGB

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

 GREEN value IS 255 (100% from 255) = 72.65%

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 8.55%
G = 72.65%
B = 18.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#1EFF42 (or 0x1EFF42) is known color: Malachite. HEX triplet: 1E, FF and 42. RGB value is (30,255,66). Sum of RGB (Red+Green+Blue) = 30+255+66=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF42 is #E100BD. Grayscale: #A6A6A6. Windows color (decimal): -14745790 or 4390686. OLE color: 4390686.

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

Color convert

RGB 30 255 66 -
CMYK 0.88 0 0.74 0
HSL 129.6º 1% 0.56% -
HSV(B) 129.6º 0.88% 1% -
XYZ 37.28 72.19 17.12 -
YUV 166.18 71.46 30.87 -
System Red Green Blue C M Y K H S L
Decimal 30 255 66 0.88 0 0.74 0 129.6 1 0.56
Hex 1E FF 42 58 0 4A 0 82 64 38
Octal 36 377 102 130 0 112 0 202 144 70
Binary 11110 11111111 1000010 1011000 0 1001010 0 10000010 1100100 111000

Color Harmonies of #1EFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFF42

Black with #1EFF42

Text Example


Text Example

White with #1EFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,255,66); }

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

background-color css

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

 a { background-color: rgb(30,255,66); }

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

border-color css

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

 span { border-color: rgb(30,255,66); }

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