Html Css Color HEX #30E188 Shamrock

📋 copy color: '#30E188'

red 48 ◦ green 225 ◦ blue 136

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

Shades of Shamrock #30E188

Tints of Shamrock #30E188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 11.74%
G = 55.01%
B = 33.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#30E188 (or 0x30E188) is known color: Shamrock. HEX triplet: 30, E1 and 88. RGB value is (48,225,136). Sum of RGB (Red+Green+Blue) = 48+225+136=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #30E188 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E188 is #CF1E77. Grayscale: #A2A2A2. Windows color (decimal): -13573752 or 8970544. OLE color: 8970544.

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

Color convert

RGB 48 225 136 -
CMYK 0.79 0 0.40 0.12
HSL 149.83º 0.75% 0.54% -
HSV(B) 149.83º 0.79% 0.88% -
XYZ 32.59 56.26 32.43 -
YUV 161.93 113.36 46.74 -
System Red Green Blue C M Y K H S L
Decimal 48 225 136 0.79 0 0.40 0.12 149.83 0.75 0.54
Hex 30 E1 88 4F 0 28 C 96 4B 36
Octal 60 341 210 117 0 50 14 226 113 66
Binary 110000 11100001 10001000 1001111 0 101000 1100 10010110 1001011 110110

Color Harmonies of #30E188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E188

Black with #30E188

Text Example


Text Example

White with #30E188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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