Html Css Color HEX #1EF04B Malachite

📋 copy color: '#1EF04B'

red 30 ◦ green 240 ◦ blue 75

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

Shades of Malachite #1EF04B

Tints of Malachite #1EF04B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.57%

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

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#1EF04B (or 0x1EF04B) is known color: Malachite. HEX triplet: 1E, F0 and 4B. RGB value is (30,240,75). Sum of RGB (Red+Green+Blue) = 30+240+75=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF04B is #E10FB4. Grayscale: #9E9E9E. Windows color (decimal): -14749621 or 4976670. OLE color: 4976670.

HSL color Cylindrical-coordinate representation of color #1EF04B: hue angle of 132.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF04B is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 240 75 -
CMYK 0.87 0 0.69 0.06
HSL 132.86º 0.88% 0.53% -
HSV(B) 132.86º 0.88% 0.94% -
XYZ 32.97 63.1 17.1 -
YUV 158.4 80.93 36.42 -
System Red Green Blue C M Y K H S L
Decimal 30 240 75 0.87 0 0.69 0.06 132.86 0.88 0.53
Hex 1E F0 4B 57 0 45 6 85 58 35
Octal 36 360 113 127 0 105 6 205 130 65
Binary 11110 11110000 1001011 1010111 0 1000101 110 10000101 1011000 110101

Color Harmonies of #1EF04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF04B

Black with #1EF04B

Text Example


Text Example

White with #1EF04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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