Html Css Color HEX #3AF421 Harlequin

📋 copy color: '#3AF421'

red 58 ◦ green 244 ◦ blue 33

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

Shades of Harlequin #3AF421

Tints of Harlequin #3AF421

RGB

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

 GREEN value IS 244 (95.7% from 255) = 72.84%

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

R = 17.31%
G = 72.84%
B = 9.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#3AF421 (or 0x3AF421) is known color: Harlequin. HEX triplet: 3A, F4 and 21. RGB value is (58,244,33). Sum of RGB (Red+Green+Blue) = 58+244+33=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF421 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF421 is #C50BDE. Grayscale: #A4A4A4. Windows color (decimal): -12913631 or 2225210. OLE color: 2225210.

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

Color convert

RGB 58 244 33 -
CMYK 0.76 0 0.86 0.04
HSL 112.89º 0.91% 0.54% -
HSV(B) 112.89º 0.86% 0.96% -
XYZ 34.37 65.71 12.31 -
YUV 164.33 53.88 52.16 -
System Red Green Blue C M Y K H S L
Decimal 58 244 33 0.76 0 0.86 0.04 112.89 0.91 0.54
Hex 3A F4 21 4C 0 56 4 71 5B 36
Octal 72 364 41 114 0 126 4 161 133 66
Binary 111010 11110100 100001 1001100 0 1010110 100 1110001 1011011 110110

Color Harmonies of #3AF421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF421

Black with #3AF421

Text Example


Text Example

White with #3AF421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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