#44E30E

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

Shades of Harlequin #44E30E

Tints of Harlequin #44E30E

Color information

#44E30E (or 0x44E30E) is unknown color: approx Harlequin. HEX triplet: 44, E3 and 0E. RGB value is (68,227,14). Sum of RGB (Red+Green+Blue) = 68+227+14=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #44E30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44E30E is #BB1CF1. Grayscale: #9B9B9B. Windows color (decimal): -12262642 or 975684. OLE color: 975684.

HSL color Cylindrical-coordinate representation of color #44E30E: hue angle of 104.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44E30E is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB6822714-
CMYK0.7000.940.11
HSL104.79º88.38%47.25%-
HSV(B)104.79º93.83%89.02%-
XYZ29.9356.29.69-
YUV155.1848.3265.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 227 (89.06% from 255) = 73.46%
BLUE value IS 14 (5.86% from 255) = 4.53%
R=22.01%
G=73.46%
B=4.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal68227140.7000.940.11104.7988.3847.25
Hex44E3E4605EB69582f
Octal1043431610601361315113057
Binary1000100111000111110100011001011110101111010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44E30E; }

 p { color: rgb(68,227,14); }

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

<style>
 a { background-color: #44E30E; }

 a { background-color: rgb(68,227,14); }

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

<style>
 span { border-color: #44E30E; }

 span { border-color: rgb(68,227,14); }

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