#30ED1C

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

Shades of Harlequin #30ED1C

Tints of Harlequin #30ED1C

Color information

#30ED1C (or 0x30ED1C) is unknown color: approx Harlequin. HEX triplet: 30, ED and 1C. RGB value is (48,237,28). Sum of RGB (Red+Green+Blue) = 48+237+28=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 237 (92.97% from 255 or 75.72% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 237 - color contains mainly: green. Hex color #30ED1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30ED1C is #CF12E3. Grayscale: #9D9D9D. Windows color (decimal): -13570788 or 1895728. OLE color: 1895728.

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

Color convert

RGB4823728-
CMYK0.8000.880.07
HSL114.26º85.31%51.96%-
HSV(B)114.26º88.19%92.94%-
XYZ31.7161.2811.26-
YUV156.6655.3850.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 237 (92.97% from 255) = 75.72%
BLUE value IS 28 (11.33% from 255) = 8.95%
R=15.34%
G=75.72%
B=8.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48237280.8000.880.07114.2685.3151.96
Hex30ED1C500587725534
Octal60355341200130716212564
Binary110000111011011110010100000101100011111100101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ED1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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