Html Css Color HEX #3AF221 Harlequin

📋 copy color: '#3AF221'

red 58 ◦ green 242 ◦ blue 33

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

Shades of Harlequin #3AF221

Tints of Harlequin #3AF221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.67%

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

R = 17.42%
G = 72.67%
B = 9.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#3AF221 (or 0x3AF221) is known color: Harlequin. HEX triplet: 3A, F2 and 21. RGB value is (58,242,33). Sum of RGB (Red+Green+Blue) = 58+242+33=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF221 is #C50DDE. Grayscale: #A3A3A3. Windows color (decimal): -12914143 or 2224698. OLE color: 2224698.

HSL color Cylindrical-coordinate representation of color #3AF221: hue angle of 112.82º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AF221 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 33 -
CMYK 0.76 0 0.86 0.05
HSL 112.82º 0.89% 0.54% -
HSV(B) 112.82º 0.86% 0.95% -
XYZ 33.77 64.51 12.11 -
YUV 163.16 54.54 52.99 -
System Red Green Blue C M Y K H S L
Decimal 58 242 33 0.76 0 0.86 0.05 112.82 0.89 0.54
Hex 3A F2 21 4C 0 56 5 71 59 36
Octal 72 362 41 114 0 126 5 161 131 66
Binary 111010 11110010 100001 1001100 0 1010110 101 1110001 1011001 110110

Color Harmonies of #3AF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF221

Black with #3AF221

Text Example


Text Example

White with #3AF221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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