Html Css Color HEX #30DE52 Malachite

📋 copy color: '#30DE52'

red 48 ◦ green 222 ◦ blue 82

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

Shades of Malachite #30DE52

Tints of Malachite #30DE52

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.07%

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

R = 13.64%
G = 63.07%
B = 23.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#30DE52 (or 0x30DE52) is known color: Malachite. HEX triplet: 30, DE and 52. RGB value is (48,222,82). Sum of RGB (Red+Green+Blue) = 48+222+82=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DE52 is #CF21AD. Grayscale: #9A9A9A. Windows color (decimal): -13574574 or 5430832. OLE color: 5430832.

HSL color Cylindrical-coordinate representation of color #30DE52: hue angle of 131.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DE52 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 222 82 -
CMYK 0.78 0 0.63 0.13
HSL 131.72º 0.73% 0.53% -
HSV(B) 131.72º 0.78% 0.87% -
XYZ 28.86 53.48 16.78 -
YUV 154.01 87.35 52.38 -
System Red Green Blue C M Y K H S L
Decimal 48 222 82 0.78 0 0.63 0.13 131.72 0.73 0.53
Hex 30 DE 52 4E 0 3F D 84 48 35
Octal 60 336 122 116 0 77 15 204 110 65
Binary 110000 11011110 1010010 1001110 0 111111 1101 10000100 1001000 110101

Color Harmonies of #30DE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DE52

Black with #30DE52

Text Example


Text Example

White with #30DE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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