#30E213

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

Shades of Harlequin #30E213

Tints of Harlequin #30E213

Color information

#30E213 (or 0x30E213) is unknown color: approx Harlequin. HEX triplet: 30, E2 and 13. RGB value is (48,226,19). Sum of RGB (Red+Green+Blue) = 48+226+19=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 226 (88.67% from 255 or 77.13% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 226 - color contains mainly: green. Hex color #30E213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E213 is #CF1DEC. Grayscale: #959595. Windows color (decimal): -13573613 or 1303088. OLE color: 1303088.

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

Color convert

RGB4822619-
CMYK0.7900.920.11
HSL111.59º84.49%48.04%-
HSV(B)111.59º91.59%88.63%-
XYZ28.5355.079.74-
YUV149.1854.5355.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 226 (88.67% from 255) = 77.13%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=16.38%
G=77.13%
B=6.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48226190.7900.920.11111.5984.4948.04
Hex30E2134F05CB705430
Octal603422311701341316012460
Binary1100001110001010011100111101011100101111100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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