Html Css Color HEX #3AFD1C Harlequin

📋 copy color: '#3AFD1C'

red 58 ◦ green 253 ◦ blue 28

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

Shades of Harlequin #3AFD1C

Tints of Harlequin #3AFD1C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.63%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 17.11%
G = 74.63%
B = 8.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#3AFD1C (or 0x3AFD1C) is known color: Harlequin. HEX triplet: 3A, FD and 1C. RGB value is (58,253,28). Sum of RGB (Red+Green+Blue) = 58+253+28=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 253 (99.22% from 255 or 74.63% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD1C is #C502E3. Grayscale: #A9A9A9. Windows color (decimal): -12911332 or 1899834. OLE color: 1899834.

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

Color convert

RGB 58 253 28 -
CMYK 0.77 0 0.89 0.01
HSL 112º 0.98% 0.55% -
HSV(B) 112º 0.89% 0.99% -
XYZ 37.08 71.23 12.89 -
YUV 169.05 48.4 48.8 -
System Red Green Blue C M Y K H S L
Decimal 58 253 28 0.77 0 0.89 0.01 112 0.98 0.55
Hex 3A FD 1C 4D 0 59 1 70 62 37
Octal 72 375 34 115 0 131 1 160 142 67
Binary 111010 11111101 11100 1001101 0 1011001 1 1110000 1100010 110111

Color Harmonies of #3AFD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD1C

Black with #3AFD1C

Text Example


Text Example

White with #3AFD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,28); }

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

background-color css

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

 a { background-color: rgb(58,253,28); }

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

border-color css

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

 span { border-color: rgb(58,253,28); }

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