#30EC0E

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

Shades of Harlequin #30EC0E

Tints of Harlequin #30EC0E

Color information

#30EC0E (or 0x30EC0E) is unknown color: approx Harlequin. HEX triplet: 30, EC and 0E. RGB value is (48,236,14). Sum of RGB (Red+Green+Blue) = 48+236+14=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 236 (92.58% from 255 or 79.19% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EC0E is #CF13F1. Grayscale: #9B9B9B. Windows color (decimal): -13571058 or 977968. OLE color: 977968.

HSL color Cylindrical-coordinate representation of color #30EC0E: hue angle of 110.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30EC0E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB4823614-
CMYK0.8000.940.07
HSL110.81º88.8%49.02%-
HSV(B)110.81º94.07%92.55%-
XYZ31.2960.6510.47-
YUV154.4848.7252.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 236 (92.58% from 255) = 79.19%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=16.11%
G=79.19%
B=4.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48236140.8000.940.07110.8188.849.02
Hex30ECE5005E76f5931
Octal60354161200136715713161
Binary11000011101100111010100000101111011111011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,236,14); }

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

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

 a { background-color: rgb(48,236,14); }

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

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

 span { border-color: rgb(48,236,14); }

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