Html Css Color HEX #30F193 Shamrock

📋 copy color: '#30F193'

red 48 ◦ green 241 ◦ blue 147

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

Shades of Shamrock #30F193

Tints of Shamrock #30F193

RGB

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

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

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

R = 11.01%
G = 55.28%
B = 33.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#30F193 (or 0x30F193) is known color: Shamrock. HEX triplet: 30, F1 and 93. RGB value is (48,241,147). Sum of RGB (Red+Green+Blue) = 48+241+147=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #30F193 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F193 is #CF0E6C. Grayscale: #ACACAC. Windows color (decimal): -13569645 or 9695536. OLE color: 9695536.

HSL color Cylindrical-coordinate representation of color #30F193: hue angle of 150.78º 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 #30F193 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 147 -
CMYK 0.80 0 0.39 0.05
HSL 150.78º 0.87% 0.57% -
HSV(B) 150.78º 0.8% 0.95% -
XYZ 37.94 65.65 38.27 -
YUV 172.58 113.56 39.14 -
System Red Green Blue C M Y K H S L
Decimal 48 241 147 0.80 0 0.39 0.05 150.78 0.87 0.57
Hex 30 F1 93 50 0 27 5 97 57 39
Octal 60 361 223 120 0 47 5 227 127 71
Binary 110000 11110001 10010011 1010000 0 100111 101 10010111 1010111 111001

Color Harmonies of #30F193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F193

Black with #30F193

Text Example


Text Example

White with #30F193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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