Html Css Color HEX #4AF21E Harlequin

📋 copy color: '#4AF21E'

red 74 ◦ green 242 ◦ blue 30

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

Shades of Harlequin #4AF21E

Tints of Harlequin #4AF21E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.94%

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

R = 21.39%
G = 69.94%
B = 8.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#4AF21E (or 0x4AF21E) is known color: Harlequin. HEX triplet: 4A, F2 and 1E. RGB value is (74,242,30). Sum of RGB (Red+Green+Blue) = 74+242+30=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF21E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF21E is #B50DE1. Grayscale: #A8A8A8. Windows color (decimal): -11865570 or 2028106. OLE color: 2028106.

HSL color Cylindrical-coordinate representation of color #4AF21E: hue angle of 107.55º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AF21E is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 242 30 -
CMYK 0.69 0 0.88 0.05
HSL 107.55º 0.89% 0.53% -
HSV(B) 107.55º 0.88% 0.95% -
XYZ 34.81 65.05 11.95 -
YUV 167.6 50.34 61.24 -
System Red Green Blue C M Y K H S L
Decimal 74 242 30 0.69 0 0.88 0.05 107.55 0.89 0.53
Hex 4A F2 1E 45 0 58 5 6C 59 35
Octal 112 362 36 105 0 130 5 154 131 65
Binary 1001010 11110010 11110 1000101 0 1011000 101 1101100 1011001 110101

Color Harmonies of #4AF21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF21E

Black with #4AF21E

Text Example


Text Example

White with #4AF21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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