Html Css Color HEX #3AFA19 Harlequin

📋 copy color: '#3AFA19'

red 58 ◦ green 250 ◦ blue 25

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

Shades of Harlequin #3AFA19

Tints of Harlequin #3AFA19

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.08%

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

R = 17.42%
G = 75.08%
B = 7.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#3AFA19 (or 0x3AFA19) is known color: Harlequin. HEX triplet: 3A, FA and 19. RGB value is (58,250,25). Sum of RGB (Red+Green+Blue) = 58+250+25=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFA19 is #C505E6. Grayscale: #A7A7A7. Windows color (decimal): -12912103 or 1702458. OLE color: 1702458.

HSL color Cylindrical-coordinate representation of color #3AFA19: hue angle of 111.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFA19 is Cyan = 0.77, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 25 -
CMYK 0.77 0 0.9 0.02
HSL 111.2º 0.96% 0.54% -
HSV(B) 111.2º 0.9% 0.98% -
XYZ 36.11 69.34 12.4 -
YUV 166.94 47.89 50.3 -
System Red Green Blue C M Y K H S L
Decimal 58 250 25 0.77 0 0.9 0.02 111.2 0.96 0.54
Hex 3A FA 19 4D 0 5A 2 6F 60 36
Octal 72 372 31 115 0 132 2 157 140 66
Binary 111010 11111010 11001 1001101 0 1011010 10 1101111 1100000 110110

Color Harmonies of #3AFA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA19

Black with #3AFA19

Text Example


Text Example

White with #3AFA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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