Html Css Color HEX #3AFC1D Harlequin

📋 copy color: '#3AFC1D'

red 58 ◦ green 252 ◦ blue 29

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

Shades of Harlequin #3AFC1D

Tints of Harlequin #3AFC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.55%

R = 17.11%
G = 74.34%
B = 8.55%

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

#3AFC1D (or 0x3AFC1D) is known color: Harlequin. HEX triplet: 3A, FC and 1D. RGB value is (58,252,29). Sum of RGB (Red+Green+Blue) = 58+252+29=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC1D is #C503E2. Grayscale: #A9A9A9. Windows color (decimal): -12911587 or 1965114. OLE color: 1965114.

HSL color Cylindrical-coordinate representation of color #3AFC1D: hue angle of 112.2º 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 #3AFC1D is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 29 -
CMYK 0.77 0 0.88 0.01
HSL 112.2º 0.97% 0.55% -
HSV(B) 112.2º 0.88% 0.99% -
XYZ 36.78 70.61 12.85 -
YUV 168.57 49.23 49.13 -
System Red Green Blue C M Y K H S L
Decimal 58 252 29 0.77 0 0.88 0.01 112.2 0.97 0.55
Hex 3A FC 1D 4D 0 58 1 70 61 37
Octal 72 374 35 115 0 130 1 160 141 67
Binary 111010 11111100 11101 1001101 0 1011000 1 1110000 1100001 110111

Color Harmonies of #3AFC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC1D

Black with #3AFC1D

Text Example


Text Example

White with #3AFC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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