Html Css Color HEX #30F48C Shamrock

📋 copy color: '#30F48C'

red 48 ◦ green 244 ◦ blue 140

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

Shades of Shamrock #30F48C

Tints of Shamrock #30F48C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.48%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 11.11%
G = 56.48%
B = 32.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#30F48C (or 0x30F48C) is known color: Shamrock. HEX triplet: 30, F4 and 8C. RGB value is (48,244,140). Sum of RGB (Red+Green+Blue) = 48+244+140=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #30F48C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F48C is #CF0B73. Grayscale: #ADADAD. Windows color (decimal): -13568884 or 9237552. OLE color: 9237552.

HSL color Cylindrical-coordinate representation of color #30F48C: hue angle of 148.16º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F48C is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 140 -
CMYK 0.80 0 0.43 0.04
HSL 148.16º 0.9% 0.57% -
HSV(B) 148.16º 0.8% 0.96% -
XYZ 38.3 67.22 35.77 -
YUV 173.54 109.07 38.46 -
System Red Green Blue C M Y K H S L
Decimal 48 244 140 0.80 0 0.43 0.04 148.16 0.9 0.57
Hex 30 F4 8C 50 0 2B 4 94 5A 39
Octal 60 364 214 120 0 53 4 224 132 71
Binary 110000 11110100 10001100 1010000 0 101011 100 10010100 1011010 111001

Color Harmonies of #30F48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F48C

Black with #30F48C

Text Example


Text Example

White with #30F48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,140); }

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

background-color css

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

 a { background-color: rgb(48,244,140); }

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

border-color css

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

 span { border-color: rgb(48,244,140); }

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