Html Css Color HEX #30E05F Malachite

📋 copy color: '#30E05F'

red 48 ◦ green 224 ◦ blue 95

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

Shades of Malachite #30E05F

Tints of Malachite #30E05F

RGB

 RED value IS 48 (19.14% from 255) = 13.08%

 GREEN value IS 224 (87.89% from 255) = 61.04%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 13.08%
G = 61.04%
B = 25.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#30E05F (or 0x30E05F) is known color: Malachite. HEX triplet: 30, E0 and 5F. RGB value is (48,224,95). Sum of RGB (Red+Green+Blue) = 48+224+95=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #30E05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E05F is #CF1FA0. Grayscale: #9D9D9D. Windows color (decimal): -13574049 or 6283312. OLE color: 6283312.

HSL color Cylindrical-coordinate representation of color #30E05F: hue angle of 136.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E05F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 95 -
CMYK 0.79 0 0.58 0.12
HSL 136.02º 0.74% 0.53% -
HSV(B) 136.02º 0.79% 0.88% -
XYZ 29.94 54.77 19.82 -
YUV 156.67 93.19 50.49 -
System Red Green Blue C M Y K H S L
Decimal 48 224 95 0.79 0 0.58 0.12 136.02 0.74 0.53
Hex 30 E0 5F 4F 0 3A C 88 4A 35
Octal 60 340 137 117 0 72 14 210 112 65
Binary 110000 11100000 1011111 1001111 0 111010 1100 10001000 1001010 110101

Color Harmonies of #30E05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E05F

Black with #30E05F

Text Example


Text Example

White with #30E05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30E05F; }

 p { color: rgb(48,224,95); }

 H1.HeaderClassName
 {
   color: #30E05F;
 }
 .AnyTagClassName
 {
   color: #30E05F;
 }
</style>

background-color css

<style>
 a { background-color: #30E05F; }

 a { background-color: rgb(48,224,95); }

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

border-color css

<style>
 span { border-color: #30E05F; }

 span { border-color: rgb(48,224,95); }

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