Html Css Color HEX #3AF019 Harlequin

📋 copy color: '#3AF019'

red 58 ◦ green 240 ◦ blue 25

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

Shades of Harlequin #3AF019

Tints of Harlequin #3AF019

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.3%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 17.96%
G = 74.3%
B = 7.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#3AF019 (or 0x3AF019) is known color: Harlequin. HEX triplet: 3A, F0 and 19. RGB value is (58,240,25). Sum of RGB (Red+Green+Blue) = 58+240+25=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF019 is #C50FE6. Grayscale: #A1A1A1. Windows color (decimal): -12914663 or 1699898. OLE color: 1699898.

HSL color Cylindrical-coordinate representation of color #3AF019: hue angle of 110.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF019 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 25 -
CMYK 0.76 0 0.90 0.06
HSL 110.79º 0.88% 0.52% -
HSV(B) 110.79º 0.9% 0.94% -
XYZ 33.08 63.29 11.39 -
YUV 161.07 51.2 54.48 -
System Red Green Blue C M Y K H S L
Decimal 58 240 25 0.76 0 0.90 0.06 110.79 0.88 0.52
Hex 3A F0 19 4C 0 5A 6 6F 58 34
Octal 72 360 31 114 0 132 6 157 130 64
Binary 111010 11110000 11001 1001100 0 1011010 110 1101111 1011000 110100

Color Harmonies of #3AF019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF019

Black with #3AF019

Text Example


Text Example

White with #3AF019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,25); }

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

background-color css

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

 a { background-color: rgb(58,240,25); }

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

border-color css

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

 span { border-color: rgb(58,240,25); }

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