Html Css Color HEX #4AEC1B Harlequin

📋 copy color: '#4AEC1B'

red 74 ◦ green 236 ◦ blue 27

#4AEC1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #4AEC1B

Tints of Harlequin #4AEC1B

RGB

 RED value IS 74 (29.3% from 255) = 21.96%

 GREEN value IS 236 (92.58% from 255) = 70.03%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 21.96%
G = 70.03%
B = 8.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#4AEC1B (or 0x4AEC1B) is known color: Harlequin. HEX triplet: 4A, EC and 1B. RGB value is (74,236,27). Sum of RGB (Red+Green+Blue) = 74+236+27=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEC1B is #B513E4. Grayscale: #A4A4A4. Windows color (decimal): -11867109 or 1829962. OLE color: 1829962.

HSL color Cylindrical-coordinate representation of color #4AEC1B: hue angle of 106.51º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AEC1B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 27 -
CMYK 0.69 0 0.89 0.07
HSL 106.51º 0.85% 0.52% -
HSV(B) 106.51º 0.89% 0.93% -
XYZ 33.02 61.53 11.17 -
YUV 163.74 50.83 63.99 -
System Red Green Blue C M Y K H S L
Decimal 74 236 27 0.69 0 0.89 0.07 106.51 0.85 0.52
Hex 4A EC 1B 45 0 59 7 6B 55 34
Octal 112 354 33 105 0 131 7 153 125 64
Binary 1001010 11101100 11011 1000101 0 1011001 111 1101011 1010101 110100

Color Harmonies of #4AEC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC1B

Black with #4AEC1B

Text Example


Text Example

White with #4AEC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,27); }

 H1.HeaderClassName
 {
   color: #4AEC1B;
 }
 .AnyTagClassName
 {
   color: #4AEC1B;
 }
</style>

background-color css

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

 a { background-color: rgb(74,236,27); }

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

border-color css

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

 span { border-color: rgb(74,236,27); }

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