#30DF7E

Color #30DF7E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #30DF7E

Tints of Shamrock #30DF7E

Color information

#30DF7E (or 0x30DF7E) is unknown color: approx Shamrock. HEX triplet: 30, DF and 7E. RGB value is (48,223,126). Sum of RGB (Red+Green+Blue) = 48+223+126=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DF7E is #CF2081. Grayscale: #9F9F9F. Windows color (decimal): -13574274 or 8314672. OLE color: 8314672.

HSL color Cylindrical-coordinate representation of color #30DF7E: hue angle of 146.74º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DF7E is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB48223126-
CMYK0.7800.430.13
HSL146.74º73.22%53.14%-
HSV(B)146.74º78.48%87.45%-
XYZ31.3754.9128.68-
YUV159.62109.0248.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.09%
GREEN value IS 223 (87.5% from 255) = 56.17%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=12.09%
G=56.17%
B=31.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal482231260.7800.430.13146.7473.2253.14
Hex30DF7E4E02BD934935
Octal603371761160531522311165
Binary110000110111111111110100111001010111101100100111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30DF7E;
 }
 .AnyTagClassName
 {
   color: #30DF7E;
 }
</style>
background-color css

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

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

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

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

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

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