Html Css Color HEX #3AF01F Harlequin

📋 copy color: '#3AF01F'

red 58 ◦ green 240 ◦ blue 31

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

Shades of Harlequin #3AF01F

Tints of Harlequin #3AF01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 17.63%
G = 72.95%
B = 9.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#3AF01F (or 0x3AF01F) is known color: Harlequin. HEX triplet: 3A, F0 and 1F. RGB value is (58,240,31). Sum of RGB (Red+Green+Blue) = 58+240+31=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF01F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF01F is #C50FE0. Grayscale: #A2A2A2. Windows color (decimal): -12914657 or 2093114. OLE color: 2093114.

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

Color convert

RGB 58 240 31 -
CMYK 0.76 0 0.87 0.06
HSL 112.25º 0.87% 0.53% -
HSV(B) 112.25º 0.87% 0.94% -
XYZ 33.15 63.32 11.77 -
YUV 161.76 54.2 53.99 -
System Red Green Blue C M Y K H S L
Decimal 58 240 31 0.76 0 0.87 0.06 112.25 0.87 0.53
Hex 3A F0 1F 4C 0 57 6 70 57 35
Octal 72 360 37 114 0 127 6 160 127 65
Binary 111010 11110000 11111 1001100 0 1010111 110 1110000 1010111 110101

Color Harmonies of #3AF01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF01F

Black with #3AF01F

Text Example


Text Example

White with #3AF01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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