Html Css Color HEX #30E166 Malachite

📋 copy color: '#30E166'

red 48 ◦ green 225 ◦ blue 102

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

Shades of Malachite #30E166

Tints of Malachite #30E166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60%

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 12.8%
G = 60%
B = 27.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#30E166 (or 0x30E166) is known color: Malachite. HEX triplet: 30, E1 and 66. RGB value is (48,225,102). Sum of RGB (Red+Green+Blue) = 48+225+102=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #30E166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E166 is #CF1E99. Grayscale: #9E9E9E. Windows color (decimal): -13573786 or 6742320. OLE color: 6742320.

HSL color Cylindrical-coordinate representation of color #30E166: hue angle of 138.31º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E166 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 102 -
CMYK 0.79 0 0.55 0.12
HSL 138.31º 0.75% 0.54% -
HSV(B) 138.31º 0.79% 0.88% -
XYZ 30.54 55.44 21.66 -
YUV 158.06 96.36 49.5 -
System Red Green Blue C M Y K H S L
Decimal 48 225 102 0.79 0 0.55 0.12 138.31 0.75 0.54
Hex 30 E1 66 4F 0 37 C 8A 4B 36
Octal 60 341 146 117 0 67 14 212 113 66
Binary 110000 11100001 1100110 1001111 0 110111 1100 10001010 1001011 110110

Color Harmonies of #30E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E166

Black with #30E166

Text Example


Text Example

White with #30E166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,225,102); }

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

background-color css

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

 a { background-color: rgb(48,225,102); }

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

border-color css

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

 span { border-color: rgb(48,225,102); }

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