#30D601

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

Shades of Harlequin #30D601

Tints of Harlequin #30D601

Color information

#30D601 (or 0x30D601) is unknown color: approx Harlequin. HEX triplet: 30, D6 and 01. RGB value is (48,214,1). Sum of RGB (Red+Green+Blue) = 48+214+1=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #30D601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D601 is #CF29FE. Grayscale: #8C8C8C. Windows color (decimal): -13576703 or 120368. OLE color: 120368.

HSL color Cylindrical-coordinate representation of color #30D601: hue angle of 106.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30D601 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB482141-
CMYK0.7801.000.16
HSL106.76º99.07%42.16%-
HSV(B)106.76º99.53%83.92%-
XYZ25.2748.728.1-
YUV140.0849.562.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 214 (83.98% from 255) = 81.37%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=18.25%
G=81.37%
B=0.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4821410.7801.000.16106.7699.0742.16
Hex30D614E064106b632a
Octal60326111601442015314352
Binary1100001101011011001110011001001000011010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,214,1); }

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

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

 a { background-color: rgb(48,214,1); }

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

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

 span { border-color: rgb(48,214,1); }

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