Html Css Color HEX #30D064 Medium Sea Green

📋 copy color: '#30D064'

red 48 ◦ green 208 ◦ blue 100

#30D064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #30D064

Tints of Medium Sea Green #30D064

RGB

 RED value IS 48 (19.14% from 255) = 13.48%

 GREEN value IS 208 (81.64% from 255) = 58.43%

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 13.48%
G = 58.43%
B = 28.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#30D064 (or 0x30D064) is known color: Medium Sea Green. HEX triplet: 30, D0 and 64. RGB value is (48,208,100). Sum of RGB (Red+Green+Blue) = 48+208+100=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #30D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D064 is #CF2F9B. Grayscale: #949494. Windows color (decimal): -13578140 or 6606896. OLE color: 6606896.

HSL color Cylindrical-coordinate representation of color #30D064: hue angle of 139.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D064 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 100 -
CMYK 0.77 0 0.52 0.18
HSL 139.5º 0.63% 0.5% -
HSV(B) 139.5º 0.77% 0.82% -
XYZ 26.08 46.66 19.69 -
YUV 147.85 100.99 56.78 -
System Red Green Blue C M Y K H S L
Decimal 48 208 100 0.77 0 0.52 0.18 139.5 0.63 0.5
Hex 30 D0 64 4D 0 34 12 8C 3F 32
Octal 60 320 144 115 0 64 22 214 77 62
Binary 110000 11010000 1100100 1001101 0 110100 10010 10001100 111111 110010

Color Harmonies of #30D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D064

Black with #30D064

Text Example


Text Example

White with #30D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30D064;
 }
 .AnyTagClassName
 {
   color: #30D064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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