Html Css Color HEX #4AEC02 Harlequin

📋 copy color: '#4AEC02'

red 74 ◦ green 236 ◦ blue 2

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

Shades of Harlequin #4AEC02

Tints of Harlequin #4AEC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 23.72%
G = 75.64%
B = 0.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#4AEC02 (or 0x4AEC02) is known color: Harlequin. HEX triplet: 4A, EC and 02. RGB value is (74,236,2). Sum of RGB (Red+Green+Blue) = 74+236+2=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEC02 is #B513FD. Grayscale: #A1A1A1. Windows color (decimal): -11867134 or 191562. OLE color: 191562.

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

Color convert

RGB 74 236 2 -
CMYK 0.69 0 0.99 0.07
HSL 101.54º 0.98% 0.47% -
HSV(B) 101.54º 0.99% 0.93% -
XYZ 32.83 61.45 10.19 -
YUV 160.89 38.33 66.03 -
System Red Green Blue C M Y K H S L
Decimal 74 236 2 0.69 0 0.99 0.07 101.54 0.98 0.47
Hex 4A EC 2 45 0 63 7 66 62 2F
Octal 112 354 2 105 0 143 7 146 142 57
Binary 1001010 11101100 10 1000101 0 1100011 111 1100110 1100010 101111

Color Harmonies of #4AEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC02

Black with #4AEC02

Text Example


Text Example

White with #4AEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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