Html Css Color HEX #1EF25D Malachite

📋 copy color: '#1EF25D'

red 30 ◦ green 242 ◦ blue 93

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

Shades of Malachite #1EF25D

Tints of Malachite #1EF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.3%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 8.22%
G = 66.3%
B = 25.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#1EF25D (or 0x1EF25D) is known color: Malachite. HEX triplet: 1E, F2 and 5D. RGB value is (30,242,93). Sum of RGB (Red+Green+Blue) = 30+242+93=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF25D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF25D is #E10DA2. Grayscale: #A2A2A2. Windows color (decimal): -14749091 or 6156830. OLE color: 6156830.

HSL color Cylindrical-coordinate representation of color #1EF25D: hue angle of 137.83º degrees, saturation: 0.89, 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 #1EF25D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 242 93 -
CMYK 0.88 0 0.62 0.05
HSL 137.83º 0.89% 0.53% -
HSV(B) 137.83º 0.88% 0.95% -
XYZ 34.26 64.57 21.01 -
YUV 161.63 89.26 34.12 -
System Red Green Blue C M Y K H S L
Decimal 30 242 93 0.88 0 0.62 0.05 137.83 0.89 0.53
Hex 1E F2 5D 58 0 3E 5 8A 59 35
Octal 36 362 135 130 0 76 5 212 131 65
Binary 11110 11110010 1011101 1011000 0 111110 101 10001010 1011001 110101

Color Harmonies of #1EF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF25D

Black with #1EF25D

Text Example


Text Example

White with #1EF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,242,93); }

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

background-color css

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

 a { background-color: rgb(30,242,93); }

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

border-color css

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

 span { border-color: rgb(30,242,93); }

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