Html Css Color HEX #3AF013 Harlequin

📋 copy color: '#3AF013'

red 58 ◦ green 240 ◦ blue 19

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

Shades of Harlequin #3AF013

Tints of Harlequin #3AF013

RGB

 RED value IS 58 (23.05% from 255) = 18.3%

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

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 18.3%
G = 75.71%
B = 5.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#3AF013 (or 0x3AF013) is known color: Harlequin. HEX triplet: 3A, F0 and 13. RGB value is (58,240,19). Sum of RGB (Red+Green+Blue) = 58+240+19=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 240 (94.14% from 255 or 75.71% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF013 is #C50FEC. Grayscale: #A1A1A1. Windows color (decimal): -12914669 or 1306682. OLE color: 1306682.

HSL color Cylindrical-coordinate representation of color #3AF013: hue angle of 109.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AF013 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 19 -
CMYK 0.76 0 0.92 0.06
HSL 109.41º 0.88% 0.51% -
HSV(B) 109.41º 0.92% 0.94% -
XYZ 33.02 63.27 11.09 -
YUV 160.39 48.2 54.97 -
System Red Green Blue C M Y K H S L
Decimal 58 240 19 0.76 0 0.92 0.06 109.41 0.88 0.51
Hex 3A F0 13 4C 0 5C 6 6D 58 33
Octal 72 360 23 114 0 134 6 155 130 63
Binary 111010 11110000 10011 1001100 0 1011100 110 1101101 1011000 110011

Color Harmonies of #3AF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF013

Black with #3AF013

Text Example


Text Example

White with #3AF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AF013; }

 p { color: rgb(58,240,19); }

 H1.HeaderClassName
 {
   color: #3AF013;
 }
 .AnyTagClassName
 {
   color: #3AF013;
 }
</style>

background-color css

<style>
 a { background-color: #3AF013; }

 a { background-color: rgb(58,240,19); }

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

border-color css

<style>
 span { border-color: #3AF013; }

 span { border-color: rgb(58,240,19); }

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