#30EB82

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

Shades of Shamrock #30EB82

Tints of Shamrock #30EB82

Color information

#30EB82 (or 0x30EB82) is unknown color: approx Shamrock. HEX triplet: 30, EB and 82. RGB value is (48,235,130). Sum of RGB (Red+Green+Blue) = 48+235+130=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 235 (92.19% from 255 or 56.90% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EB82 is #CF147D. Grayscale: #A7A7A7. Windows color (decimal): -13571198 or 8579888. OLE color: 8579888.

HSL color Cylindrical-coordinate representation of color #30EB82: hue angle of 146.31º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EB82 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB48235130-
CMYK0.8000.450.08
HSL146.31º82.38%55.49%-
HSV(B)146.31º79.57%92.16%-
XYZ34.9661.6631.18-
YUV167.12107.0543.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.62%
GREEN value IS 235 (92.19% from 255) = 56.90%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=11.62%
G=56.90%
B=31.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal482351300.8000.450.08146.3182.3855.49
Hex30EB825002D8925237
Octal603532021200551022212267
Binary1100001110101110000010101000001011011000100100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,235,130); }

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

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

 a { background-color: rgb(48,235,130); }

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

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

 span { border-color: rgb(48,235,130); }

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