Html Css Color HEX #3AF116 Harlequin

📋 copy color: '#3AF116'

red 58 ◦ green 241 ◦ blue 22

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

Shades of Harlequin #3AF116

Tints of Harlequin #3AF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 75.08%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 18.07%
G = 75.08%
B = 6.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#3AF116 (or 0x3AF116) is known color: Harlequin. HEX triplet: 3A, F1 and 16. RGB value is (58,241,22). Sum of RGB (Red+Green+Blue) = 58+241+22=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF116 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF116 is #C50EE9. Grayscale: #A2A2A2. Windows color (decimal): -12914410 or 1503546. OLE color: 1503546.

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

Color convert

RGB 58 241 22 -
CMYK 0.76 0 0.91 0.05
HSL 110.14º 0.89% 0.52% -
HSV(B) 110.14º 0.91% 0.95% -
XYZ 33.35 63.87 11.33 -
YUV 161.32 49.37 54.31 -
System Red Green Blue C M Y K H S L
Decimal 58 241 22 0.76 0 0.91 0.05 110.14 0.89 0.52
Hex 3A F1 16 4C 0 5B 5 6E 59 34
Octal 72 361 26 114 0 133 5 156 131 64
Binary 111010 11110001 10110 1001100 0 1011011 101 1101110 1011001 110100

Color Harmonies of #3AF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF116

Black with #3AF116

Text Example


Text Example

White with #3AF116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,241,22); }

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

background-color css

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

 a { background-color: rgb(58,241,22); }

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

border-color css

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

 span { border-color: rgb(58,241,22); }

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