#30E50D

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

Shades of Harlequin #30E50D

Tints of Harlequin #30E50D

Color information

#30E50D (or 0x30E50D) is unknown color: approx Harlequin. HEX triplet: 30, E5 and 0D. RGB value is (48,229,13). Sum of RGB (Red+Green+Blue) = 48+229+13=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #30E50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E50D is #CF1AF2. Grayscale: #969696. Windows color (decimal): -13572851 or 910640. OLE color: 910640.

HSL color Cylindrical-coordinate representation of color #30E50D: hue angle of 110.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30E50D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB4822913-
CMYK0.7900.940.10
HSL110.28º89.26%47.45%-
HSV(B)110.28º94.32%89.8%-
XYZ29.3156.79.78-
YUV150.2650.5355.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 229 (89.84% from 255) = 78.97%
BLUE value IS 13 (5.47% from 255) = 4.48%
R=16.55%
G=78.97%
B=4.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48229130.7900.940.10110.2889.2647.45
Hex30E5D4F05EA6e592f
Octal603451511701361215613157
Binary110000111001011101100111101011110101011011101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,229,13); }

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

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

 a { background-color: rgb(48,229,13); }

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

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

 span { border-color: rgb(48,229,13); }

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