Html Css Color HEX #30D47F Shamrock

📋 copy color: '#30D47F'

red 48 ◦ green 212 ◦ blue 127

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

Shades of Shamrock #30D47F

Tints of Shamrock #30D47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 12.4%
G = 54.78%
B = 32.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#30D47F (or 0x30D47F) is known color: Shamrock. HEX triplet: 30, D4 and 7F. RGB value is (48,212,127). Sum of RGB (Red+Green+Blue) = 48+212+127=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #30D47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D47F is #CF2B80. Grayscale: #999999. Windows color (decimal): -13577089 or 8377392. OLE color: 8377392.

HSL color Cylindrical-coordinate representation of color #30D47F: hue angle of 148.9º 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 #30D47F is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 127 -
CMYK 0.77 0 0.40 0.17
HSL 148.9º 0.66% 0.51% -
HSV(B) 148.9º 0.77% 0.83% -
XYZ 28.59 49.25 28.08 -
YUV 153.27 113.17 52.91 -
System Red Green Blue C M Y K H S L
Decimal 48 212 127 0.77 0 0.40 0.17 148.9 0.66 0.51
Hex 30 D4 7F 4D 0 28 11 95 42 33
Octal 60 324 177 115 0 50 21 225 102 63
Binary 110000 11010100 1111111 1001101 0 101000 10001 10010101 1000010 110011

Color Harmonies of #30D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D47F

Black with #30D47F

Text Example


Text Example

White with #30D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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