#30D67E

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

Shades of Shamrock #30D67E

Tints of Shamrock #30D67E

Color information

#30D67E (or 0x30D67E) is unknown color: approx Shamrock. HEX triplet: 30, D6 and 7E. RGB value is (48,214,126). Sum of RGB (Red+Green+Blue) = 48+214+126=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #30D67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D67E is #CF2981. Grayscale: #9A9A9A. Windows color (decimal): -13576578 or 8312368. OLE color: 8312368.

HSL color Cylindrical-coordinate representation of color #30D67E: hue angle of 148.19º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D67E is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB48214126-
CMYK0.7800.410.16
HSL148.19º66.94%51.37%-
HSV(B)148.19º77.57%83.92%-
XYZ29.0350.2327.9-
YUV154.3311252.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.37%
GREEN value IS 214 (83.98% from 255) = 55.15%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=12.37%
G=55.15%
B=32.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482141260.7800.410.16148.1966.9451.37
Hex30D67E4E02910944333
Octal603261761160512022410363
Binary1100001101011011111101001110010100110000100101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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