Html Css Color HEX #3AFC20 Harlequin

📋 copy color: '#3AFC20'

red 58 ◦ green 252 ◦ blue 32

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

Shades of Harlequin #3AFC20

Tints of Harlequin #3AFC20

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.68%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 16.96%
G = 73.68%
B = 9.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#3AFC20 (or 0x3AFC20) is known color: Harlequin. HEX triplet: 3A, FC and 20. RGB value is (58,252,32). Sum of RGB (Red+Green+Blue) = 58+252+32=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 252 (98.83% from 255 or 73.68% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC20 is #C503DF. Grayscale: #A9A9A9. Windows color (decimal): -12911584 or 2161722. OLE color: 2161722.

HSL color Cylindrical-coordinate representation of color #3AFC20: hue angle of 112.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AFC20 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 32 -
CMYK 0.77 0 0.87 0.01
HSL 112.91º 0.97% 0.56% -
HSV(B) 112.91º 0.87% 0.99% -
XYZ 36.82 70.62 13.06 -
YUV 168.91 50.73 48.89 -
System Red Green Blue C M Y K H S L
Decimal 58 252 32 0.77 0 0.87 0.01 112.91 0.97 0.56
Hex 3A FC 20 4D 0 57 1 71 61 38
Octal 72 374 40 115 0 127 1 161 141 70
Binary 111010 11111100 100000 1001101 0 1010111 1 1110001 1100001 111000

Color Harmonies of #3AFC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC20

Black with #3AFC20

Text Example


Text Example

White with #3AFC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,252,32); }

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

background-color css

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

 a { background-color: rgb(58,252,32); }

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

border-color css

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

 span { border-color: rgb(58,252,32); }

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