#30EA14

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

Shades of Harlequin #30EA14

Tints of Harlequin #30EA14

Color information

#30EA14 (or 0x30EA14) is unknown color: approx Harlequin. HEX triplet: 30, EA and 14. RGB value is (48,234,20). Sum of RGB (Red+Green+Blue) = 48+234+20=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 234 (91.80% from 255 or 77.48% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EA14 is #CF15EB. Grayscale: #9A9A9A. Windows color (decimal): -13571564 or 1370672. OLE color: 1370672.

HSL color Cylindrical-coordinate representation of color #30EA14: hue angle of 112.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30EA14 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB4823420-
CMYK0.7900.910.08
HSL112.15º84.25%49.8%-
HSV(B)112.15º91.45%91.76%-
XYZ30.7759.5210.53-
YUV153.9952.3852.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 234 (91.80% from 255) = 77.48%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=15.89%
G=77.48%
B=6.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal48234200.7900.910.08112.1584.2549.8
Hex30EA144F05B8705432
Octal603522411701331016012462
Binary1100001110101010100100111101011011100011100001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,234,20); }

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

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

 a { background-color: rgb(48,234,20); }

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

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

 span { border-color: rgb(48,234,20); }

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