Html Css Color HEX #3AFC1F Harlequin

📋 copy color: '#3AFC1F'

red 58 ◦ green 252 ◦ blue 31

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

Shades of Harlequin #3AFC1F

Tints of Harlequin #3AFC1F

RGB

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

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

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

R = 17.01%
G = 73.9%
B = 9.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#3AFC1F (or 0x3AFC1F) is known color: Harlequin. HEX triplet: 3A, FC and 1F. RGB value is (58,252,31). Sum of RGB (Red+Green+Blue) = 58+252+31=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC1F is #C503E0. Grayscale: #A9A9A9. Windows color (decimal): -12911585 or 2096186. OLE color: 2096186.

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

Color convert

RGB 58 252 31 -
CMYK 0.77 0 0.88 0.01
HSL 112.67º 0.97% 0.55% -
HSV(B) 112.67º 0.88% 0.99% -
XYZ 36.8 70.62 12.99 -
YUV 168.8 50.23 48.97 -
System Red Green Blue C M Y K H S L
Decimal 58 252 31 0.77 0 0.88 0.01 112.67 0.97 0.55
Hex 3A FC 1F 4D 0 58 1 71 61 37
Octal 72 374 37 115 0 130 1 161 141 67
Binary 111010 11111100 11111 1001101 0 1011000 1 1110001 1100001 110111

Color Harmonies of #3AFC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC1F

Black with #3AFC1F

Text Example


Text Example

White with #3AFC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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