Html Css Color HEX #3AFB01 Harlequin

📋 copy color: '#3AFB01'

red 58 ◦ green 251 ◦ blue 1

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

Shades of Harlequin #3AFB01

Tints of Harlequin #3AFB01

RGB

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

 GREEN value IS 251 (98.44% from 255) = 80.97%

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

R = 18.71%
G = 80.97%
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

#3AFB01 (or 0x3AFB01) is known color: Harlequin. HEX triplet: 3A, FB and 01. RGB value is (58,251,1). Sum of RGB (Red+Green+Blue) = 58+251+1=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 251 (98.44% from 255 or 80.97% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFB01 is #C504FE. Grayscale: #A5A5A5. Windows color (decimal): -12911871 or 129850. OLE color: 129850.

HSL color Cylindrical-coordinate representation of color #3AFB01: hue angle of 106.32º 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 #3AFB01 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 1 -
CMYK 0.77 0 1.00 0.02
HSL 106.32º 0.99% 0.49% -
HSV(B) 106.32º 1% 0.98% -
XYZ 36.25 69.9 11.61 -
YUV 164.79 35.56 51.83 -
System Red Green Blue C M Y K H S L
Decimal 58 251 1 0.77 0 1.00 0.02 106.32 0.99 0.49
Hex 3A FB 1 4D 0 64 2 6A 63 31
Octal 72 373 1 115 0 144 2 152 143 61
Binary 111010 11111011 1 1001101 0 1100100 10 1101010 1100011 110001

Color Harmonies of #3AFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFB01

Black with #3AFB01

Text Example


Text Example

White with #3AFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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