Html Css Color HEX #30CA64 Medium Sea Green

📋 copy color: '#30CA64'

red 48 ◦ green 202 ◦ blue 100

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

Shades of Medium Sea Green #30CA64

Tints of Medium Sea Green #30CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.71%

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

R = 13.71%
G = 57.71%
B = 28.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#30CA64 (or 0x30CA64) is known color: Medium Sea Green. HEX triplet: 30, CA and 64. RGB value is (48,202,100). Sum of RGB (Red+Green+Blue) = 48+202+100=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CA64 is #CF359B. Grayscale: #909090. Windows color (decimal): -13579676 or 6605360. OLE color: 6605360.

HSL color Cylindrical-coordinate representation of color #30CA64: hue angle of 140.26º 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 #30CA64 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 100 -
CMYK 0.76 0 0.50 0.21
HSL 140.26º 0.62% 0.49% -
HSV(B) 140.26º 0.76% 0.79% -
XYZ 24.64 43.79 19.21 -
YUV 144.33 102.98 59.29 -
System Red Green Blue C M Y K H S L
Decimal 48 202 100 0.76 0 0.50 0.21 140.26 0.62 0.49
Hex 30 CA 64 4C 0 32 15 8C 3E 31
Octal 60 312 144 114 0 62 25 214 76 61
Binary 110000 11001010 1100100 1001100 0 110010 10101 10001100 111110 110001

Color Harmonies of #30CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CA64

Black with #30CA64

Text Example


Text Example

White with #30CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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