#30CA81

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

Shades of Shamrock #30CA81

Tints of Shamrock #30CA81

Color information

#30CA81 (or 0x30CA81) is unknown color: approx Shamrock. HEX triplet: 30, CA and 81. RGB value is (48,202,129). Sum of RGB (Red+Green+Blue) = 48+202+129=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CA81 is #CF357E. Grayscale: #939393. Windows color (decimal): -13579647 or 8505904. OLE color: 8505904.

HSL color Cylindrical-coordinate representation of color #30CA81: hue angle of 151.56º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA81 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB48202129-
CMYK0.7600.360.21
HSL151.56º61.6%49.02%-
HSV(B)151.56º76.24%79.22%-
XYZ26.344.4527.96-
YUV147.63117.4856.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=12.66%
G=53.30%
B=34.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal482021290.7600.360.21151.5661.649.02
Hex30CA814C02415983e31
Octal60312201114044252307661
Binary1100001100101010000001100110001001001010110011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,202,129); }

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

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

 a { background-color: rgb(48,202,129); }

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

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

 span { border-color: rgb(48,202,129); }

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