Html Css Color HEX #3AF61F Harlequin

📋 copy color: '#3AF61F'

red 58 ◦ green 246 ◦ blue 31

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

Shades of Harlequin #3AF61F

Tints of Harlequin #3AF61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 73.43%

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

R = 17.31%
G = 73.43%
B = 9.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#3AF61F (or 0x3AF61F) is known color: Harlequin. HEX triplet: 3A, F6 and 1F. RGB value is (58,246,31). Sum of RGB (Red+Green+Blue) = 58+246+31=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 246 (96.48% from 255 or 73.43% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF61F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF61F is #C509E0. Grayscale: #A5A5A5. Windows color (decimal): -12913121 or 2094650. OLE color: 2094650.

HSL color Cylindrical-coordinate representation of color #3AF61F: hue angle of 112.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AF61F is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 31 -
CMYK 0.76 0 0.87 0.04
HSL 112.47º 0.92% 0.54% -
HSV(B) 112.47º 0.87% 0.96% -
XYZ 34.95 66.91 12.37 -
YUV 165.28 52.22 51.48 -
System Red Green Blue C M Y K H S L
Decimal 58 246 31 0.76 0 0.87 0.04 112.47 0.92 0.54
Hex 3A F6 1F 4C 0 57 4 70 5C 36
Octal 72 366 37 114 0 127 4 160 134 66
Binary 111010 11110110 11111 1001100 0 1010111 100 1110000 1011100 110110

Color Harmonies of #3AF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF61F

Black with #3AF61F

Text Example


Text Example

White with #3AF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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