Html Css Color HEX #30DE93 Shamrock

📋 copy color: '#30DE93'

red 48 ◦ green 222 ◦ blue 147

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

Shades of Shamrock #30DE93

Tints of Shamrock #30DE93

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.24%

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

R = 11.51%
G = 53.24%
B = 35.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#30DE93 (or 0x30DE93) is known color: Shamrock. HEX triplet: 30, DE and 93. RGB value is (48,222,147). Sum of RGB (Red+Green+Blue) = 48+222+147=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30DE93 is #CF216C. Grayscale: #A1A1A1. Windows color (decimal): -13574509 or 9690672. OLE color: 9690672.

HSL color Cylindrical-coordinate representation of color #30DE93: hue angle of 154.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DE93 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 222 147 -
CMYK 0.78 0 0.34 0.13
HSL 154.14º 0.73% 0.53% -
HSV(B) 154.14º 0.78% 0.87% -
XYZ 32.61 54.98 36.5 -
YUV 161.42 119.85 47.1 -
System Red Green Blue C M Y K H S L
Decimal 48 222 147 0.78 0 0.34 0.13 154.14 0.73 0.53
Hex 30 DE 93 4E 0 22 D 9A 48 35
Octal 60 336 223 116 0 42 15 232 110 65
Binary 110000 11011110 10010011 1001110 0 100010 1101 10011010 1001000 110101

Color Harmonies of #30DE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DE93

Black with #30DE93

Text Example


Text Example

White with #30DE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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