#30DF84

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

Shades of Shamrock #30DF84

Tints of Shamrock #30DF84

Color information

#30DF84 (or 0x30DF84) is unknown color: approx Shamrock. HEX triplet: 30, DF and 84. RGB value is (48,223,132). Sum of RGB (Red+Green+Blue) = 48+223+132=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DF84 is #CF207B. Grayscale: #A0A0A0. Windows color (decimal): -13574268 or 8707888. OLE color: 8707888.

HSL color Cylindrical-coordinate representation of color #30DF84: hue angle of 148.8º 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 #30DF84 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB48223132-
CMYK0.7800.410.13
HSL148.8º73.22%53.14%-
HSV(B)148.8º78.48%87.45%-
XYZ31.7755.0730.78-
YUV160.3112.0247.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 223 (87.5% from 255) = 55.33%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=11.91%
G=55.33%
B=32.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal482231320.7800.410.13148.873.2253.14
Hex30DF844E029D954935
Octal603372041160511522511165
Binary1100001101111110000100100111001010011101100101011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,223,132); }

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

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

 a { background-color: rgb(48,223,132); }

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

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

 span { border-color: rgb(48,223,132); }

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