Html Css Color HEX #1EF13D Malachite

📋 copy color: '#1EF13D'

red 30 ◦ green 241 ◦ blue 61

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

Shades of Malachite #1EF13D

Tints of Malachite #1EF13D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.59%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 9.04%
G = 72.59%
B = 18.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#1EF13D (or 0x1EF13D) is known color: Malachite. HEX triplet: 1E, F1 and 3D. RGB value is (30,241,61). Sum of RGB (Red+Green+Blue) = 30+241+61=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF13D is #E10EC2. Grayscale: #9D9D9D. Windows color (decimal): -14749379 or 4059422. OLE color: 4059422.

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

Color convert

RGB 30 241 61 -
CMYK 0.88 0 0.75 0.05
HSL 128.82º 0.88% 0.53% -
HSV(B) 128.82º 0.88% 0.95% -
XYZ 32.83 63.52 14.95 -
YUV 157.39 73.6 37.14 -
System Red Green Blue C M Y K H S L
Decimal 30 241 61 0.88 0 0.75 0.05 128.82 0.88 0.53
Hex 1E F1 3D 58 0 4B 5 81 58 35
Octal 36 361 75 130 0 113 5 201 130 65
Binary 11110 11110001 111101 1011000 0 1001011 101 10000001 1011000 110101

Color Harmonies of #1EF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF13D

Black with #1EF13D

Text Example


Text Example

White with #1EF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,241,61); }

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

background-color css

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

 a { background-color: rgb(30,241,61); }

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

border-color css

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

 span { border-color: rgb(30,241,61); }

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