#30E88D

Color #30E88D Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #30E88D

Tints of Shamrock #30E88D

Color information

#30E88D (or 0x30E88D) is unknown color: approx Shamrock. HEX triplet: 30, E8 and 8D. RGB value is (48,232,141). Sum of RGB (Red+Green+Blue) = 48+232+141=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #30E88D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E88D is #CF1772. Grayscale: #A6A6A6. Windows color (decimal): -13571955 or 9300016. OLE color: 9300016.

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

Color convert

RGB48232141-
CMYK0.7900.390.09
HSL150.33º80%54.9%-
HSV(B)150.33º79.31%90.98%-
XYZ34.8860.2634.99-
YUV166.61113.5443.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.40%
GREEN value IS 232 (91.02% from 255) = 55.11%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=11.40%
G=55.11%
B=33.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482321410.7900.390.09150.338054.9
Hex30E88D4F0279965037
Octal603502151170471122612067
Binary1100001110100010001101100111101001111001100101101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,232,141); }

 H1.HeaderClassName
 {
   color: #30E88D;
 }
 .AnyTagClassName
 {
   color: #30E88D;
 }
</style>
background-color css

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

 a { background-color: rgb(48,232,141); }

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

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

 span { border-color: rgb(48,232,141); }

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