Html Css Color HEX #3AFC21 Harlequin

📋 copy color: '#3AFC21'

red 58 ◦ green 252 ◦ blue 33

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

Shades of Harlequin #3AFC21

Tints of Harlequin #3AFC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 16.91%
G = 73.47%
B = 9.62%

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

#3AFC21 (or 0x3AFC21) is known color: Harlequin. HEX triplet: 3A, FC and 21. RGB value is (58,252,33). Sum of RGB (Red+Green+Blue) = 58+252+33=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC21 is #C503DE. Grayscale: #A9A9A9. Windows color (decimal): -12911583 or 2227258. OLE color: 2227258.

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

Color convert

RGB 58 252 33 -
CMYK 0.77 0 0.87 0.01
HSL 113.15º 0.97% 0.56% -
HSV(B) 113.15º 0.87% 0.99% -
XYZ 36.83 70.63 13.13 -
YUV 169.03 51.23 48.81 -
System Red Green Blue C M Y K H S L
Decimal 58 252 33 0.77 0 0.87 0.01 113.15 0.97 0.56
Hex 3A FC 21 4D 0 57 1 71 61 38
Octal 72 374 41 115 0 127 1 161 141 70
Binary 111010 11111100 100001 1001101 0 1010111 1 1110001 1100001 111000

Color Harmonies of #3AFC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC21

Black with #3AFC21

Text Example


Text Example

White with #3AFC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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