Html Css Color HEX #4AFD1E Harlequin

📋 copy color: '#4AFD1E'

red 74 ◦ green 253 ◦ blue 30

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

Shades of Harlequin #4AFD1E

Tints of Harlequin #4AFD1E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.87%

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

R = 20.73%
G = 70.87%
B = 8.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#4AFD1E (or 0x4AFD1E) is known color: Harlequin. HEX triplet: 4A, FD and 1E. RGB value is (74,253,30). Sum of RGB (Red+Green+Blue) = 74+253+30=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 253 (99.22% from 255 or 70.87% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFD1E is #B502E1. Grayscale: #AEAEAE. Windows color (decimal): -11862754 or 2030922. OLE color: 2030922.

HSL color Cylindrical-coordinate representation of color #4AFD1E: hue angle of 108.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AFD1E is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 30 -
CMYK 0.71 0 0.88 0.01
HSL 108.16º 0.98% 0.55% -
HSV(B) 108.16º 0.88% 0.99% -
XYZ 38.18 71.8 13.07 -
YUV 174.06 46.7 56.63 -
System Red Green Blue C M Y K H S L
Decimal 74 253 30 0.71 0 0.88 0.01 108.16 0.98 0.55
Hex 4A FD 1E 47 0 58 1 6C 62 37
Octal 112 375 36 107 0 130 1 154 142 67
Binary 1001010 11111101 11110 1000111 0 1011000 1 1101100 1100010 110111

Color Harmonies of #4AFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFD1E

Black with #4AFD1E

Text Example


Text Example

White with #4AFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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