#30F11B

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

Shades of Harlequin #30F11B

Tints of Harlequin #30F11B

Color information

#30F11B (or 0x30F11B) is unknown color: approx Harlequin. HEX triplet: 30, F1 and 1B. RGB value is (48,241,27). Sum of RGB (Red+Green+Blue) = 48+241+27=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #30F11B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F11B is #CF0EE4. Grayscale: #9F9F9F. Windows color (decimal): -13569765 or 1831216. OLE color: 1831216.

HSL color Cylindrical-coordinate representation of color #30F11B: hue angle of 114.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30F11B is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB4824127-
CMYK0.8000.890.05
HSL114.11º88.43%52.55%-
HSV(B)114.11º88.8%94.51%-
XYZ32.8763.6211.58-
YUV158.953.5648.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 241 (94.53% from 255) = 76.27%
BLUE value IS 27 (10.94% from 255) = 8.54%
R=15.19%
G=76.27%
B=8.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48241270.8000.890.05114.1188.4352.55
Hex30F11B500595725835
Octal60361331200131516213065
Binary110000111100011101110100000101100110111100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,241,27); }

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

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

 a { background-color: rgb(48,241,27); }

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

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

 span { border-color: rgb(48,241,27); }

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