Html Css Color HEX #30E180 Shamrock

📋 copy color: '#30E180'

red 48 ◦ green 225 ◦ blue 128

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

Shades of Shamrock #30E180

Tints of Shamrock #30E180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.11%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 11.97%
G = 56.11%
B = 31.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#30E180 (or 0x30E180) is known color: Shamrock. HEX triplet: 30, E1 and 80. RGB value is (48,225,128). Sum of RGB (Red+Green+Blue) = 48+225+128=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #30E180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E180 is #CF1E7F. Grayscale: #A1A1A1. Windows color (decimal): -13573760 or 8446256. OLE color: 8446256.

HSL color Cylindrical-coordinate representation of color #30E180: hue angle of 147.12º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E180 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 128 -
CMYK 0.79 0 0.43 0.12
HSL 147.12º 0.75% 0.54% -
HSV(B) 147.12º 0.79% 0.88% -
XYZ 32.04 56.04 29.55 -
YUV 161.02 109.36 47.39 -
System Red Green Blue C M Y K H S L
Decimal 48 225 128 0.79 0 0.43 0.12 147.12 0.75 0.54
Hex 30 E1 80 4F 0 2B C 93 4B 36
Octal 60 341 200 117 0 53 14 223 113 66
Binary 110000 11100001 10000000 1001111 0 101011 1100 10010011 1001011 110110

Color Harmonies of #30E180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E180

Black with #30E180

Text Example


Text Example

White with #30E180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,225,128); }

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

background-color css

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

 a { background-color: rgb(48,225,128); }

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

border-color css

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

 span { border-color: rgb(48,225,128); }

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