#30EF16

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

Shades of Harlequin #30EF16

Tints of Harlequin #30EF16

Color information

#30EF16 (or 0x30EF16) is unknown color: approx Harlequin. HEX triplet: 30, EF and 16. RGB value is (48,239,22). Sum of RGB (Red+Green+Blue) = 48+239+22=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30EF16 is #CF10E9. Grayscale: #9D9D9D. Windows color (decimal): -13570282 or 1503024. OLE color: 1503024.

HSL color Cylindrical-coordinate representation of color #30EF16: hue angle of 112.81º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30EF16 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB4823922-
CMYK0.8000.910.06
HSL112.81º87.15%51.18%-
HSV(B)112.81º90.79%93.73%-
XYZ32.2362.4211.11-
YUV157.1551.7250.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 239 (93.75% from 255) = 77.35%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=15.53%
G=77.35%
B=7.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal48239220.8000.910.06112.8187.1551.18
Hex30EF165005B6715733
Octal60357261200133616112763
Binary110000111011111011010100000101101111011100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,239,22); }

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

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

 a { background-color: rgb(48,239,22); }

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

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

 span { border-color: rgb(48,239,22); }

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