#30F502

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

Shades of Harlequin #30F502

Tints of Harlequin #30F502

Color information

#30F502 (or 0x30F502) is unknown color: approx Harlequin. HEX triplet: 30, F5 and 02. RGB value is (48,245,2). Sum of RGB (Red+Green+Blue) = 48+245+2=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 245 (96.09% from 255 or 83.05% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 245 - color contains mainly: green. Hex color #30F502 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F502 is #CF0AFD. Grayscale: #9F9F9F. Windows color (decimal): -13568766 or 193840. OLE color: 193840.

HSL color Cylindrical-coordinate representation of color #30F502: hue angle of 108.64º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30F502 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB482452-
CMYK0.8000.990.04
HSL108.64º98.38%48.43%-
HSV(B)108.64º99.18%96.08%-
XYZ33.8865.9411-
YUV158.439.7349.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 245 (96.09% from 255) = 83.05%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=16.27%
G=83.05%
B=0.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4824520.8000.990.04108.6498.3848.43
Hex30F525006346d6230
Octal6036521200143415514260
Binary110000111101011010100000110001110011011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,245,2); }

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

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

 a { background-color: rgb(48,245,2); }

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

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

 span { border-color: rgb(48,245,2); }

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