Html Css Color HEX #30ED5E Malachite

📋 copy color: '#30ED5E'

red 48 ◦ green 237 ◦ blue 94

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

Shades of Malachite #30ED5E

Tints of Malachite #30ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 62.53%

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 12.66%
G = 62.53%
B = 24.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#30ED5E (or 0x30ED5E) is known color: Malachite. HEX triplet: 30, ED and 5E. RGB value is (48,237,94). Sum of RGB (Red+Green+Blue) = 48+237+94=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED5E is #CF12A1. Grayscale: #A4A4A4. Windows color (decimal): -13570722 or 6221104. OLE color: 6221104.

HSL color Cylindrical-coordinate representation of color #30ED5E: hue angle of 134.6º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ED5E is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 94 -
CMYK 0.80 0 0.60 0.07
HSL 134.6º 0.84% 0.56% -
HSV(B) 134.6º 0.8% 0.93% -
XYZ 33.52 62 20.79 -
YUV 164.19 88.38 45.13 -
System Red Green Blue C M Y K H S L
Decimal 48 237 94 0.80 0 0.60 0.07 134.6 0.84 0.56
Hex 30 ED 5E 50 0 3C 7 87 54 38
Octal 60 355 136 120 0 74 7 207 124 70
Binary 110000 11101101 1011110 1010000 0 111100 111 10000111 1010100 111000

Color Harmonies of #30ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED5E

Black with #30ED5E

Text Example


Text Example

White with #30ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,237,94); }

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

background-color css

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

 a { background-color: rgb(48,237,94); }

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

border-color css

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

 span { border-color: rgb(48,237,94); }

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