Html Css Color HEX #3AFF17 Harlequin

📋 copy color: '#3AFF17'

red 58 ◦ green 255 ◦ blue 23

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

Shades of Harlequin #3AFF17

Tints of Harlequin #3AFF17

RGB

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

 GREEN value IS 255 (100% from 255) = 75.89%

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 17.26%
G = 75.89%
B = 6.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#3AFF17 (or 0x3AFF17) is known color: Harlequin. HEX triplet: 3A, FF and 17. RGB value is (58,255,23). Sum of RGB (Red+Green+Blue) = 58+255+23=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF17 is #C500E8. Grayscale: #AAAAAA. Windows color (decimal): -12910825 or 1572666. OLE color: 1572666.

HSL color Cylindrical-coordinate representation of color #3AFF17: hue angle of 110.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AFF17 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 23 -
CMYK 0.77 0 0.91 0
HSL 110.95º 1% 0.55% -
HSV(B) 110.95º 0.91% 1% -
XYZ 37.66 72.48 12.82 -
YUV 169.65 45.23 48.36 -
System Red Green Blue C M Y K H S L
Decimal 58 255 23 0.77 0 0.91 0 110.95 1 0.55
Hex 3A FF 17 4D 0 5B 0 6F 64 37
Octal 72 377 27 115 0 133 0 157 144 67
Binary 111010 11111111 10111 1001101 0 1011011 0 1101111 1100100 110111

Color Harmonies of #3AFF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFF17

Black with #3AFF17

Text Example


Text Example

White with #3AFF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,255,23); }

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

background-color css

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

 a { background-color: rgb(58,255,23); }

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

border-color css

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

 span { border-color: rgb(58,255,23); }

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