Html Css Color HEX #30ED52 Malachite

📋 copy color: '#30ED52'

red 48 ◦ green 237 ◦ blue 82

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

Shades of Malachite #30ED52

Tints of Malachite #30ED52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 13.08%
G = 64.58%
B = 22.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#30ED52 (or 0x30ED52) is known color: Malachite. HEX triplet: 30, ED and 52. RGB value is (48,237,82). Sum of RGB (Red+Green+Blue) = 48+237+82=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 237 (92.97% from 255 or 64.58% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30ED52 is #CF12AD. Grayscale: #A3A3A3. Windows color (decimal): -13570734 or 5434672. OLE color: 5434672.

HSL color Cylindrical-coordinate representation of color #30ED52: hue angle of 130.79º 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 #30ED52 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 82 -
CMYK 0.80 0 0.65 0.07
HSL 130.79º 0.84% 0.56% -
HSV(B) 130.79º 0.8% 0.93% -
XYZ 33.03 61.81 18.17 -
YUV 162.82 82.38 46.1 -
System Red Green Blue C M Y K H S L
Decimal 48 237 82 0.80 0 0.65 0.07 130.79 0.84 0.56
Hex 30 ED 52 50 0 41 7 83 54 38
Octal 60 355 122 120 0 101 7 203 124 70
Binary 110000 11101101 1010010 1010000 0 1000001 111 10000011 1010100 111000

Color Harmonies of #30ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ED52

Black with #30ED52

Text Example


Text Example

White with #30ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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