Html Css Color HEX #3AFD19 Harlequin

📋 copy color: '#3AFD19'

red 58 ◦ green 253 ◦ blue 25

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

Shades of Harlequin #3AFD19

Tints of Harlequin #3AFD19

RGB

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

 GREEN value IS 253 (99.22% from 255) = 75.3%

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

R = 17.26%
G = 75.3%
B = 7.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#3AFD19 (or 0x3AFD19) is known color: Harlequin. HEX triplet: 3A, FD and 19. RGB value is (58,253,25). Sum of RGB (Red+Green+Blue) = 58+253+25=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFD19 is #C502E6. Grayscale: #A9A9A9. Windows color (decimal): -12911335 or 1703226. OLE color: 1703226.

HSL color Cylindrical-coordinate representation of color #3AFD19: hue angle of 111.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFD19 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 25 -
CMYK 0.77 0 0.90 0.01
HSL 111.32º 0.98% 0.55% -
HSV(B) 111.32º 0.9% 0.99% -
XYZ 37.05 71.22 12.71 -
YUV 168.7 46.9 49.04 -
System Red Green Blue C M Y K H S L
Decimal 58 253 25 0.77 0 0.90 0.01 111.32 0.98 0.55
Hex 3A FD 19 4D 0 5A 1 6F 62 37
Octal 72 375 31 115 0 132 1 157 142 67
Binary 111010 11111101 11001 1001101 0 1011010 1 1101111 1100010 110111

Color Harmonies of #3AFD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD19

Black with #3AFD19

Text Example


Text Example

White with #3AFD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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