#30DD00

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

Shades of Harlequin #30DD00

Tints of Harlequin #30DD00

Color information

#30DD00 (or 0x30DD00) is unknown color: approx Harlequin. HEX triplet: 30, DD and 00. RGB value is (48,221,0). Sum of RGB (Red+Green+Blue) = 48+221+0=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 221 (86.72% from 255 or 82.16% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DD00 is #CF22FF. Grayscale: #909090. Windows color (decimal): -13574912 or 56624. OLE color: 56624.

HSL color Cylindrical-coordinate representation of color #30DD00: hue angle of 106.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30DD00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB482210-
CMYK0.78010.13
HSL106.97º100%43.33%-
HSV(B)106.97º100%86.67%-
XYZ27.0852.348.68-
YUV144.0846.6959.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 221 (86.72% from 255) = 82.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.84%
G=82.16%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4822100.78010.13106.9710043.33
Hex30DD04E064D6b642b
Octal60335011601441515314453
Binary110000110111010100111001100100110111010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,221,0); }

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

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

 a { background-color: rgb(48,221,0); }

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

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

 span { border-color: rgb(48,221,0); }

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