#30E715

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

Shades of Harlequin #30E715

Tints of Harlequin #30E715

Color information

#30E715 (or 0x30E715) is unknown color: approx Harlequin. HEX triplet: 30, E7 and 15. RGB value is (48,231,21). Sum of RGB (Red+Green+Blue) = 48+231+21=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 231 (90.62% from 255 or 77% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 231 - color contains mainly: green. Hex color #30E715 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E715 is #CF18EA. Grayscale: #999999. Windows color (decimal): -13572331 or 1435440. OLE color: 1435440.

HSL color Cylindrical-coordinate representation of color #30E715: hue angle of 112.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30E715 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB4823121-
CMYK0.7900.910.09
HSL112.29º83.33%49.41%-
HSV(B)112.29º90.91%90.59%-
XYZ29.9357.8310.3-
YUV152.3453.8753.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 231 (90.62% from 255) = 77%
BLUE value IS 21 (8.59% from 255) = 7%
R=16%
G=77%
B=7%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48231210.7900.910.09112.2983.3349.41
Hex30E7154F05B9705331
Octal603472511701331116012361
Binary1100001110011110101100111101011011100111100001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,231,21); }

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

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

 a { background-color: rgb(48,231,21); }

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

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

 span { border-color: rgb(48,231,21); }

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