#30BE64

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

Shades of Medium Sea Green #30BE64

Tints of Medium Sea Green #30BE64

Color information

#30BE64 (or 0x30BE64) is unknown color: approx Medium Sea Green. HEX triplet: 30, BE and 64. RGB value is (48,190,100). Sum of RGB (Red+Green+Blue) = 48+190+100=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BE64 is #CF419B. Grayscale: #898989. Windows color (decimal): -13582748 or 6602288. OLE color: 6602288.

HSL color Cylindrical-coordinate representation of color #30BE64: hue angle of 141.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BE64 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB48190100-
CMYK0.7500.470.25
HSL141.97º59.66%46.67%-
HSV(B)141.97º74.74%74.51%-
XYZ21.9338.3818.31-
YUV137.28106.9664.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 190 (74.61% from 255) = 56.21%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=14.20%
G=56.21%
B=29.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481901000.7500.470.25141.9759.6646.67
Hex30BE644B02F198e3c2f
Octal60276144113057312167457
Binary110000101111101100100100101101011111100110001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,190,100); }

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

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

 a { background-color: rgb(48,190,100); }

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

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

 span { border-color: rgb(48,190,100); }

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