Html Css Color HEX #4AE81E Harlequin

📋 copy color: '#4AE81E'

red 74 ◦ green 232 ◦ blue 30

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

Shades of Harlequin #4AE81E

Tints of Harlequin #4AE81E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 69.05%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 22.02%
G = 69.05%
B = 8.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#4AE81E (or 0x4AE81E) is known color: Harlequin. HEX triplet: 4A, E8 and 1E. RGB value is (74,232,30). Sum of RGB (Red+Green+Blue) = 74+232+30=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 232 (91.02% from 255 or 69.05% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 232 - color contains mainly: green. Hex color #4AE81E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE81E is #B517E1. Grayscale: #A2A2A2. Windows color (decimal): -11868130 or 2025546. OLE color: 2025546.

HSL color Cylindrical-coordinate representation of color #4AE81E: hue angle of 106.93º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AE81E is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 232 30 -
CMYK 0.68 0 0.87 0.09
HSL 106.93º 0.81% 0.51% -
HSV(B) 106.93º 0.87% 0.91% -
XYZ 31.92 59.26 10.99 -
YUV 161.73 53.65 65.43 -
System Red Green Blue C M Y K H S L
Decimal 74 232 30 0.68 0 0.87 0.09 106.93 0.81 0.51
Hex 4A E8 1E 44 0 57 9 6B 51 33
Octal 112 350 36 104 0 127 11 153 121 63
Binary 1001010 11101000 11110 1000100 0 1010111 1001 1101011 1010001 110011

Color Harmonies of #4AE81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE81E

Black with #4AE81E

Text Example


Text Example

White with #4AE81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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