Html Css Color HEX #30E47C Shamrock

📋 copy color: '#30E47C'

red 48 ◦ green 228 ◦ blue 124

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

Shades of Shamrock #30E47C

Tints of Shamrock #30E47C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 12%
G = 57%
B = 31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#30E47C (or 0x30E47C) is known color: Shamrock. HEX triplet: 30, E4 and 7C. RGB value is (48,228,124). Sum of RGB (Red+Green+Blue) = 48+228+124=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #30E47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E47C is #CF1B83. Grayscale: #A2A2A2. Windows color (decimal): -13572996 or 8184880. OLE color: 8184880.

HSL color Cylindrical-coordinate representation of color #30E47C: hue angle of 145.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E47C is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 228 124 -
CMYK 0.79 0 0.46 0.11
HSL 145.33º 0.77% 0.54% -
HSV(B) 145.33º 0.79% 0.89% -
XYZ 32.6 57.57 28.46 -
YUV 162.32 106.37 46.46 -
System Red Green Blue C M Y K H S L
Decimal 48 228 124 0.79 0 0.46 0.11 145.33 0.77 0.54
Hex 30 E4 7C 4F 0 2E B 91 4D 36
Octal 60 344 174 117 0 56 13 221 115 66
Binary 110000 11100100 1111100 1001111 0 101110 1011 10010001 1001101 110110

Color Harmonies of #30E47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E47C

Black with #30E47C

Text Example


Text Example

White with #30E47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,228,124); }

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

background-color css

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

 a { background-color: rgb(48,228,124); }

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

border-color css

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

 span { border-color: rgb(48,228,124); }

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