#30E606

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

Shades of Harlequin #30E606

Tints of Harlequin #30E606

Color information

#30E606 (or 0x30E606) is unknown color: approx Harlequin. HEX triplet: 30, E6 and 06. RGB value is (48,230,6). Sum of RGB (Red+Green+Blue) = 48+230+6=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #30E606 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E606 is #CF19F9. Grayscale: #969696. Windows color (decimal): -13572602 or 452144. OLE color: 452144.

HSL color Cylindrical-coordinate representation of color #30E606: hue angle of 108.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30E606 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB482306-
CMYK0.7900.970.10
HSL108.75º94.92%46.27%-
HSV(B)108.75º97.39%90.2%-
XYZ29.5557.249.66-
YUV150.0546.755.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 230 (90.23% from 255) = 80.99%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=16.90%
G=80.99%
B=2.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4823060.7900.970.10108.7594.9246.27
Hex30E664F061A6d5f2e
Octal60346611701411215513756
Binary11000011100110110100111101100001101011011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,230,6); }

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

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

 a { background-color: rgb(48,230,6); }

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

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

 span { border-color: rgb(48,230,6); }

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