Html Css Color HEX #3AF811 Harlequin

📋 copy color: '#3AF811'

red 58 ◦ green 248 ◦ blue 17

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

Shades of Harlequin #3AF811

Tints of Harlequin #3AF811

RGB

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

 GREEN value IS 248 (97.27% from 255) = 76.78%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 17.96%
G = 76.78%
B = 5.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#3AF811 (or 0x3AF811) is known color: Harlequin. HEX triplet: 3A, F8 and 11. RGB value is (58,248,17). Sum of RGB (Red+Green+Blue) = 58+248+17=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF811 is #C507EE. Grayscale: #A5A5A5. Windows color (decimal): -12912623 or 1177658. OLE color: 1177658.

HSL color Cylindrical-coordinate representation of color #3AF811: hue angle of 109.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AF811 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 17 -
CMYK 0.77 0 0.93 0.03
HSL 109.35º 0.94% 0.52% -
HSV(B) 109.35º 0.93% 0.97% -
XYZ 35.41 68.07 11.8 -
YUV 164.86 44.55 51.78 -
System Red Green Blue C M Y K H S L
Decimal 58 248 17 0.77 0 0.93 0.03 109.35 0.94 0.52
Hex 3A F8 11 4D 0 5D 3 6D 5E 34
Octal 72 370 21 115 0 135 3 155 136 64
Binary 111010 11111000 10001 1001101 0 1011101 11 1101101 1011110 110100

Color Harmonies of #3AF811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF811

Black with #3AF811

Text Example


Text Example

White with #3AF811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,17); }

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

background-color css

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

 a { background-color: rgb(58,248,17); }

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

border-color css

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

 span { border-color: rgb(58,248,17); }

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