Html Css Color HEX #3AF224 Harlequin

📋 copy color: '#3AF224'

red 58 ◦ green 242 ◦ blue 36

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

Shades of Harlequin #3AF224

Tints of Harlequin #3AF224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 17.26%
G = 72.02%
B = 10.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#3AF224 (or 0x3AF224) is known color: Harlequin. HEX triplet: 3A, F2 and 24. RGB value is (58,242,36). Sum of RGB (Red+Green+Blue) = 58+242+36=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF224 is #C50DDB. Grayscale: #A4A4A4. Windows color (decimal): -12914140 or 2421306. OLE color: 2421306.

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

Color convert

RGB 58 242 36 -
CMYK 0.76 0 0.85 0.05
HSL 113.59º 0.89% 0.55% -
HSV(B) 113.59º 0.85% 0.95% -
XYZ 33.82 64.53 12.34 -
YUV 163.5 56.04 52.75 -
System Red Green Blue C M Y K H S L
Decimal 58 242 36 0.76 0 0.85 0.05 113.59 0.89 0.55
Hex 3A F2 24 4C 0 55 5 72 59 37
Octal 72 362 44 114 0 125 5 162 131 67
Binary 111010 11110010 100100 1001100 0 1010101 101 1110010 1011001 110111

Color Harmonies of #3AF224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF224

Black with #3AF224

Text Example


Text Example

White with #3AF224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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