Html Css Color HEX #30F188 Shamrock

📋 copy color: '#30F188'

red 48 ◦ green 241 ◦ blue 136

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

Shades of Shamrock #30F188

Tints of Shamrock #30F188

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.71%

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

R = 11.29%
G = 56.71%
B = 32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#30F188 (or 0x30F188) is known color: Shamrock. HEX triplet: 30, F1 and 88. RGB value is (48,241,136). Sum of RGB (Red+Green+Blue) = 48+241+136=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #30F188 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F188 is #CF0E77. Grayscale: #ABABAB. Windows color (decimal): -13569656 or 8974640. OLE color: 8974640.

HSL color Cylindrical-coordinate representation of color #30F188: hue angle of 147.36º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F188 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 136 -
CMYK 0.80 0 0.44 0.05
HSL 147.36º 0.87% 0.57% -
HSV(B) 147.36º 0.8% 0.95% -
XYZ 37.12 65.32 33.94 -
YUV 171.32 108.06 40.04 -
System Red Green Blue C M Y K H S L
Decimal 48 241 136 0.80 0 0.44 0.05 147.36 0.87 0.57
Hex 30 F1 88 50 0 2C 5 93 57 39
Octal 60 361 210 120 0 54 5 223 127 71
Binary 110000 11110001 10001000 1010000 0 101100 101 10010011 1010111 111001

Color Harmonies of #30F188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F188

Black with #30F188

Text Example


Text Example

White with #30F188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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