Html Css Color HEX #3AF628 Harlequin

📋 copy color: '#3AF628'

red 58 ◦ green 246 ◦ blue 40

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

Shades of Harlequin #3AF628

Tints of Harlequin #3AF628

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.51%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 16.86%
G = 71.51%
B = 11.63%

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

#3AF628 (or 0x3AF628) is known color: Harlequin. HEX triplet: 3A, F6 and 28. RGB value is (58,246,40). Sum of RGB (Red+Green+Blue) = 58+246+40=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 246 (96.48% from 255 or 71.51% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF628 is #C509D7. Grayscale: #A6A6A6. Windows color (decimal): -12913112 or 2684474. OLE color: 2684474.

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

Color convert

RGB 58 246 40 -
CMYK 0.76 0 0.84 0.04
HSL 114.76º 0.92% 0.56% -
HSV(B) 114.76º 0.84% 0.96% -
XYZ 35.08 66.96 13.08 -
YUV 166.3 56.72 50.75 -
System Red Green Blue C M Y K H S L
Decimal 58 246 40 0.76 0 0.84 0.04 114.76 0.92 0.56
Hex 3A F6 28 4C 0 54 4 73 5C 38
Octal 72 366 50 114 0 124 4 163 134 70
Binary 111010 11110110 101000 1001100 0 1010100 100 1110011 1011100 111000

Color Harmonies of #3AF628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF628

Black with #3AF628

Text Example


Text Example

White with #3AF628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,40); }

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

background-color css

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

 a { background-color: rgb(58,246,40); }

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

border-color css

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

 span { border-color: rgb(58,246,40); }

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