#4CEF1E

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

Shades of Harlequin #4CEF1E

Tints of Harlequin #4CEF1E

Color information

#4CEF1E (or 0x4CEF1E) is unknown color: approx Harlequin. HEX triplet: 4C, EF and 1E. RGB value is (76,239,30). Sum of RGB (Red+Green+Blue) = 76+239+30=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF1E is #B310E1. Grayscale: #A7A7A7. Windows color (decimal): -11735266 or 2027340. OLE color: 2027340.

HSL color Cylindrical-coordinate representation of color #4CEF1E: hue angle of 106.79º 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 #4CEF1E is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB7623930-
CMYK0.6800.870.06
HSL106.79º86.72%52.75%-
HSV(B)106.79º87.45%93.73%-
XYZ34.0863.3611.66-
YUV166.445163.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 239 (93.75% from 255) = 69.28%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=22.03%
G=69.28%
B=8.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76239300.6800.870.06106.7986.7252.75
Hex4CEF1E4405766b5735
Octal114357361040127615312765
Binary1001100111011111111010001000101011111011010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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