Html Css Color HEX #3AFA01 Harlequin

📋 copy color: '#3AFA01'

red 58 ◦ green 250 ◦ blue 1

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

Shades of Harlequin #3AFA01

Tints of Harlequin #3AFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 80.91%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 18.77%
G = 80.91%
B = 0.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#3AFA01 (or 0x3AFA01) is known color: Harlequin. HEX triplet: 3A, FA and 01. RGB value is (58,250,1). Sum of RGB (Red+Green+Blue) = 58+250+1=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 250 (98.05% from 255 or 80.91% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFA01 is #C505FE. Grayscale: #A5A5A5. Windows color (decimal): -12912127 or 129594. OLE color: 129594.

HSL color Cylindrical-coordinate representation of color #3AFA01: hue angle of 106.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AFA01 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 1 -
CMYK 0.77 0 1.00 0.02
HSL 106.27º 0.99% 0.49% -
HSV(B) 106.27º 1% 0.98% -
XYZ 35.94 69.27 11.51 -
YUV 164.21 35.89 52.25 -
System Red Green Blue C M Y K H S L
Decimal 58 250 1 0.77 0 1.00 0.02 106.27 0.99 0.49
Hex 3A FA 1 4D 0 64 2 6A 63 31
Octal 72 372 1 115 0 144 2 152 143 61
Binary 111010 11111010 1 1001101 0 1100100 10 1101010 1100011 110001

Color Harmonies of #3AFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA01

Black with #3AFA01

Text Example


Text Example

White with #3AFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,1); }

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

background-color css

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

 a { background-color: rgb(58,250,1); }

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

border-color css

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

 span { border-color: rgb(58,250,1); }

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