#4aef1e

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

Shades of Harlequin #4AEF1E

Tints of Harlequin #4AEF1E

Color information

#4AEF1E (or 0x4AEF1E) is unknown color: approx Harlequin. HEX triplet: 4A, EF and 1E. RGB value is (74,239,30). Sum of RGB (Red+Green+Blue) = 74+239+30=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEF1E is #B510E1. Grayscale: #A6A6A6. Windows color (decimal): -11866338 or 2027338. OLE color: 2027338.

HSL color Cylindrical-coordinate representation of color #4AEF1E: hue angle of 107.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AEF1E is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB7423930-
CMYK0.6900.870.06
HSL107.37º86.72%52.75%-
HSV(B)107.37º87.45%93.73%-
XYZ33.9263.2811.66-
YUV165.8451.3462.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.57%
GREEN value IS 239 (93.75% from 255) = 69.68%
BLUE value IS 30 (12.11% from 255) = 8.75%
R=21.57%
G=69.68%
B=8.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74239300.6900.870.06107.3786.7252.75
Hex4AEF1E4505766b5735
Octal112357361050127615312765
Binary1001010111011111111010001010101011111011010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4aef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4aef1e; }

 p { color: rgb(74,239,30); }

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

<style>
 a { background-color: #4aef1e; }

 a { background-color: rgb(74,239,30); }

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

<style>
 span { border-color: #4aef1e; }

 span { border-color: rgb(74,239,30); }

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