#30FB1E

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

Shades of Harlequin #30FB1E

Tints of Harlequin #30FB1E

Color information

#30FB1E (or 0x30FB1E) is unknown color: approx Harlequin. HEX triplet: 30, FB and 1E. RGB value is (48,251,30). Sum of RGB (Red+Green+Blue) = 48+251+30=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB1E is #CF04E1. Grayscale: #A5A5A5. Windows color (decimal): -13567202 or 2030384. OLE color: 2030384.

HSL color Cylindrical-coordinate representation of color #30FB1E: hue angle of 115.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30FB1E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB4825130-
CMYK0.8100.880.02
HSL115.11º96.51%55.1%-
HSV(B)115.11º88.05%98.43%-
XYZ35.9569.7212.79-
YUV165.1151.7544.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 251 (98.44% from 255) = 76.29%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=14.59%
G=76.29%
B=9.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal48251300.8100.880.02115.1196.5155.1
Hex30FB1E510582736137
Octal60373361210130216314167
Binary11000011111011111101010001010110001011100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,251,30); }

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

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

 a { background-color: rgb(48,251,30); }

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

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

 span { border-color: rgb(48,251,30); }

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