Html Css Color HEX #30CE93 Shamrock

📋 copy color: '#30CE93'

red 48 ◦ green 206 ◦ blue 147

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

Shades of Shamrock #30CE93

Tints of Shamrock #30CE93

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.37%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 11.97%
G = 51.37%
B = 36.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#30CE93 (or 0x30CE93) is known color: Shamrock. HEX triplet: 30, CE and 93. RGB value is (48,206,147). Sum of RGB (Red+Green+Blue) = 48+206+147=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CE93 is #CF316C. Grayscale: #989898. Windows color (decimal): -13578605 or 9686576. OLE color: 9686576.

HSL color Cylindrical-coordinate representation of color #30CE93: hue angle of 157.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE93 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 147 -
CMYK 0.77 0 0.29 0.19
HSL 157.59º 0.62% 0.5% -
HSV(B) 157.59º 0.77% 0.81% -
XYZ 28.56 46.88 35.15 -
YUV 152.03 125.15 53.8 -
System Red Green Blue C M Y K H S L
Decimal 48 206 147 0.77 0 0.29 0.19 157.59 0.62 0.5
Hex 30 CE 93 4D 0 1D 13 9E 3E 32
Octal 60 316 223 115 0 35 23 236 76 62
Binary 110000 11001110 10010011 1001101 0 11101 10011 10011110 111110 110010

Color Harmonies of #30CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE93

Black with #30CE93

Text Example


Text Example

White with #30CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,147); }

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

background-color css

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

 a { background-color: rgb(48,206,147); }

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

border-color css

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

 span { border-color: rgb(48,206,147); }

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