Html Css Color HEX #30D47E Shamrock

📋 copy color: '#30D47E'

red 48 ◦ green 212 ◦ blue 126

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

Shades of Shamrock #30D47E

Tints of Shamrock #30D47E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.92%

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 12.44%
G = 54.92%
B = 32.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#30D47E (or 0x30D47E) is known color: Shamrock. HEX triplet: 30, D4 and 7E. RGB value is (48,212,126). Sum of RGB (Red+Green+Blue) = 48+212+126=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #30D47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D47E is #CF2B81. Grayscale: #999999. Windows color (decimal): -13577090 or 8311856. OLE color: 8311856.

HSL color Cylindrical-coordinate representation of color #30D47E: hue angle of 148.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D47E is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 126 -
CMYK 0.77 0 0.41 0.17
HSL 148.54º 0.66% 0.51% -
HSV(B) 148.54º 0.77% 0.83% -
XYZ 28.53 49.22 27.74 -
YUV 153.16 112.67 52.99 -
System Red Green Blue C M Y K H S L
Decimal 48 212 126 0.77 0 0.41 0.17 148.54 0.66 0.51
Hex 30 D4 7E 4D 0 29 11 95 42 33
Octal 60 324 176 115 0 51 21 225 102 63
Binary 110000 11010100 1111110 1001101 0 101001 10001 10010101 1000010 110011

Color Harmonies of #30D47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D47E

Black with #30D47E

Text Example


Text Example

White with #30D47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,126); }

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

background-color css

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

 a { background-color: rgb(48,212,126); }

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

border-color css

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

 span { border-color: rgb(48,212,126); }

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