Html Css Color HEX #30E950 Malachite

📋 copy color: '#30E950'

red 48 ◦ green 233 ◦ blue 80

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

Shades of Malachite #30E950

Tints of Malachite #30E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.54%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 13.3%
G = 64.54%
B = 22.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#30E950 (or 0x30E950) is known color: Malachite. HEX triplet: 30, E9 and 50. RGB value is (48,233,80). Sum of RGB (Red+Green+Blue) = 48+233+80=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #30E950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E950 is #CF16AF. Grayscale: #A0A0A0. Windows color (decimal): -13571760 or 5302576. OLE color: 5302576.

HSL color Cylindrical-coordinate representation of color #30E950: hue angle of 130.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E950 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 233 80 -
CMYK 0.79 0 0.66 0.09
HSL 130.38º 0.81% 0.55% -
HSV(B) 130.38º 0.79% 0.91% -
XYZ 31.81 59.49 17.39 -
YUV 160.24 82.71 47.94 -
System Red Green Blue C M Y K H S L
Decimal 48 233 80 0.79 0 0.66 0.09 130.38 0.81 0.55
Hex 30 E9 50 4F 0 42 9 82 51 37
Octal 60 351 120 117 0 102 11 202 121 67
Binary 110000 11101001 1010000 1001111 0 1000010 1001 10000010 1010001 110111

Color Harmonies of #30E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E950

Black with #30E950

Text Example


Text Example

White with #30E950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,233,80); }

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

background-color css

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

 a { background-color: rgb(48,233,80); }

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

border-color css

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

 span { border-color: rgb(48,233,80); }

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