Html Css Color HEX #4AF002 Harlequin

📋 copy color: '#4AF002'

red 74 ◦ green 240 ◦ blue 2

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

Shades of Harlequin #4AF002

Tints of Harlequin #4AF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 75.95%

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

R = 23.42%
G = 75.95%
B = 0.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#4AF002 (or 0x4AF002) is known color: Harlequin. HEX triplet: 4A, F0 and 02. RGB value is (74,240,2). Sum of RGB (Red+Green+Blue) = 74+240+2=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 240 (94.14% from 255 or 75.95% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF002 is #B50FFD. Grayscale: #A4A4A4. Windows color (decimal): -11866110 or 192586. OLE color: 192586.

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

Color convert

RGB 74 240 2 -
CMYK 0.69 0 0.99 0.06
HSL 101.85º 0.98% 0.47% -
HSV(B) 101.85º 0.99% 0.94% -
XYZ 34 63.78 10.58 -
YUV 163.23 37 64.35 -
System Red Green Blue C M Y K H S L
Decimal 74 240 2 0.69 0 0.99 0.06 101.85 0.98 0.47
Hex 4A F0 2 45 0 63 6 66 62 2F
Octal 112 360 2 105 0 143 6 146 142 57
Binary 1001010 11110000 10 1000101 0 1100011 110 1100110 1100010 101111

Color Harmonies of #4AF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF002

Black with #4AF002

Text Example


Text Example

White with #4AF002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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