#30E202

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

Shades of Harlequin #30E202

Tints of Harlequin #30E202

Color information

#30E202 (or 0x30E202) is unknown color: approx Harlequin. HEX triplet: 30, E2 and 02. RGB value is (48,226,2). Sum of RGB (Red+Green+Blue) = 48+226+2=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 226 (88.67% from 255 or 81.88% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 226 - color contains mainly: green. Hex color #30E202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E202 is #CF1DFD. Grayscale: #939393. Windows color (decimal): -13573630 or 188976. OLE color: 188976.

HSL color Cylindrical-coordinate representation of color #30E202: hue angle of 107.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30E202 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB482262-
CMYK0.7900.990.11
HSL107.68º98.25%44.71%-
HSV(B)107.68º99.12%88.63%-
XYZ28.4355.039.18-
YUV147.2446.0357.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 226 (88.67% from 255) = 81.88%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=17.39%
G=81.88%
B=0.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal4822620.7900.990.11107.6898.2544.71
Hex30E224F063B6c622d
Octal60342211701431315414255
Binary1100001110001010100111101100011101111011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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