Html Css Color HEX #30E18B Shamrock

📋 copy color: '#30E18B'

red 48 ◦ green 225 ◦ blue 139

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

Shades of Shamrock #30E18B

Tints of Shamrock #30E18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 11.65%
G = 54.61%
B = 33.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#30E18B (or 0x30E18B) is known color: Shamrock. HEX triplet: 30, E1 and 8B. RGB value is (48,225,139). Sum of RGB (Red+Green+Blue) = 48+225+139=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #30E18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E18B is #CF1E74. Grayscale: #A2A2A2. Windows color (decimal): -13573749 or 9167152. OLE color: 9167152.

HSL color Cylindrical-coordinate representation of color #30E18B: hue angle of 150.85º 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 #30E18B is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 139 -
CMYK 0.79 0 0.38 0.12
HSL 150.85º 0.75% 0.54% -
HSV(B) 150.85º 0.79% 0.88% -
XYZ 32.8 56.34 33.57 -
YUV 162.27 114.86 46.49 -
System Red Green Blue C M Y K H S L
Decimal 48 225 139 0.79 0 0.38 0.12 150.85 0.75 0.54
Hex 30 E1 8B 4F 0 26 C 97 4B 36
Octal 60 341 213 117 0 46 14 227 113 66
Binary 110000 11100001 10001011 1001111 0 100110 1100 10010111 1001011 110110

Color Harmonies of #30E18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E18B

Black with #30E18B

Text Example


Text Example

White with #30E18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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