Html Css Color HEX #30F195 Shamrock

📋 copy color: '#30F195'

red 48 ◦ green 241 ◦ blue 149

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

Shades of Shamrock #30F195

Tints of Shamrock #30F195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 10.96%
G = 55.02%
B = 34.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#30F195 (or 0x30F195) is known color: Shamrock. HEX triplet: 30, F1 and 95. RGB value is (48,241,149). Sum of RGB (Red+Green+Blue) = 48+241+149=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #30F195 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F195 is #CF0E6A. Grayscale: #ACACAC. Windows color (decimal): -13569643 or 9826608. OLE color: 9826608.

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

Color convert

RGB 48 241 149 -
CMYK 0.80 0 0.38 0.05
HSL 151.4º 0.87% 0.57% -
HSV(B) 151.4º 0.8% 0.95% -
XYZ 38.1 65.71 39.11 -
YUV 172.81 114.56 38.98 -
System Red Green Blue C M Y K H S L
Decimal 48 241 149 0.80 0 0.38 0.05 151.4 0.87 0.57
Hex 30 F1 95 50 0 26 5 97 57 39
Octal 60 361 225 120 0 46 5 227 127 71
Binary 110000 11110001 10010101 1010000 0 100110 101 10010111 1010111 111001

Color Harmonies of #30F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F195

Black with #30F195

Text Example


Text Example

White with #30F195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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