#30BC5D

Color #30BC5D Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #30BC5D

Tints of Medium Sea Green #30BC5D

Color information

#30BC5D (or 0x30BC5D) is unknown color: approx Medium Sea Green. HEX triplet: 30, BC and 5D. RGB value is (48,188,93). Sum of RGB (Red+Green+Blue) = 48+188+93=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC5D is #CF43A2. Grayscale: #878787. Windows color (decimal): -13583267 or 6143024. OLE color: 6143024.

HSL color Cylindrical-coordinate representation of color #30BC5D: hue angle of 139.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC5D is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB4818893-
CMYK0.7400.510.26
HSL139.29º59.32%46.27%-
HSV(B)139.29º74.47%73.73%-
XYZ21.1837.3916.46-
YUV135.31104.1265.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 188 (73.83% from 255) = 57.14%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=14.59%
G=57.14%
B=28.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48188930.7400.510.26139.2959.3246.27
Hex30BC5D4A0331A8b3b2e
Octal60274135112063322137356
Binary110000101111001011101100101001100111101010001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,188,93); }

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

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

 a { background-color: rgb(48,188,93); }

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

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

 span { border-color: rgb(48,188,93); }

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