Html Css Color HEX #30E955 Malachite

📋 copy color: '#30E955'

red 48 ◦ green 233 ◦ blue 85

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

Shades of Malachite #30E955

Tints of Malachite #30E955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 13.11%
G = 63.66%
B = 23.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#30E955 (or 0x30E955) is known color: Malachite. HEX triplet: 30, E9 and 55. RGB value is (48,233,85). Sum of RGB (Red+Green+Blue) = 48+233+85=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 233 (91.41% from 255 or 63.66% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 233 - color contains mainly: green. Hex color #30E955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E955 is #CF16AA. Grayscale: #A1A1A1. Windows color (decimal): -13571755 or 5630256. OLE color: 5630256.

HSL color Cylindrical-coordinate representation of color #30E955: hue angle of 132º 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 #30E955 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 233 85 -
CMYK 0.79 0 0.64 0.09
HSL 132º 0.81% 0.55% -
HSV(B) 132º 0.79% 0.91% -
XYZ 32 59.56 18.4 -
YUV 160.81 85.21 47.53 -
System Red Green Blue C M Y K H S L
Decimal 48 233 85 0.79 0 0.64 0.09 132 0.81 0.55
Hex 30 E9 55 4F 0 40 9 84 51 37
Octal 60 351 125 117 0 100 11 204 121 67
Binary 110000 11101001 1010101 1001111 0 1000000 1001 10000100 1010001 110111

Color Harmonies of #30E955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E955

Black with #30E955

Text Example


Text Example

White with #30E955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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