Html Css Color HEX #3AF426 Harlequin

📋 copy color: '#3AF426'

red 58 ◦ green 244 ◦ blue 38

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

Shades of Harlequin #3AF426

Tints of Harlequin #3AF426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 17.06%
G = 71.76%
B = 11.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#3AF426 (or 0x3AF426) is known color: Harlequin. HEX triplet: 3A, F4 and 26. RGB value is (58,244,38). Sum of RGB (Red+Green+Blue) = 58+244+38=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 244 (95.70% from 255 or 71.76% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF426 is #C50BD9. Grayscale: #A5A5A5. Windows color (decimal): -12913626 or 2552890. OLE color: 2552890.

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

Color convert

RGB 58 244 38 -
CMYK 0.76 0 0.84 0.04
HSL 114.17º 0.9% 0.55% -
HSV(B) 114.17º 0.84% 0.96% -
XYZ 34.45 65.74 12.71 -
YUV 164.9 56.38 51.75 -
System Red Green Blue C M Y K H S L
Decimal 58 244 38 0.76 0 0.84 0.04 114.17 0.9 0.55
Hex 3A F4 26 4C 0 54 4 72 5A 37
Octal 72 364 46 114 0 124 4 162 132 67
Binary 111010 11110100 100110 1001100 0 1010100 100 1110010 1011010 110111

Color Harmonies of #3AF426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF426

Black with #3AF426

Text Example


Text Example

White with #3AF426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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