#30ed0f

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

Shades of Harlequin #30ED0F

Tints of Harlequin #30ED0F

Color information

#30ED0F (or 0x30ED0F) is unknown color: approx Harlequin. HEX triplet: 30, ED and 0F. RGB value is (48,237,15). Sum of RGB (Red+Green+Blue) = 48+237+15=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 237 (92.97% from 255 or 79% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30ED0F is #CF12F0. Grayscale: #9B9B9B. Windows color (decimal): -13570801 or 1043760. OLE color: 1043760.

HSL color Cylindrical-coordinate representation of color #30ED0F: hue angle of 111.08º degrees, saturation: 0.88, 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 #30ED0F is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB4823715-
CMYK0.8000.940.07
HSL111.08º88.1%49.41%-
HSV(B)111.08º93.67%92.94%-
XYZ31.5961.2310.61-
YUV155.1848.8851.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 237 (92.97% from 255) = 79%
BLUE value IS 15 (6.25% from 255) = 5%
R=16%
G=79%
B=5%

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
Decimal48237150.8000.940.07111.0888.149.41
Hex30EDF5005E76f5831
Octal60355171200136715713061
Binary11000011101101111110100000101111011111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ed0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,237,15); }

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

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

 a { background-color: rgb(48,237,15); }

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

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

 span { border-color: rgb(48,237,15); }

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