Html Css Color HEX #3AF818 Harlequin

📋 copy color: '#3AF818'

red 58 ◦ green 248 ◦ blue 24

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

Shades of Harlequin #3AF818

Tints of Harlequin #3AF818

RGB

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

 GREEN value IS 248 (97.27% from 255) = 75.15%

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 17.58%
G = 75.15%
B = 7.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#3AF818 (or 0x3AF818) is known color: Harlequin. HEX triplet: 3A, F8 and 18. RGB value is (58,248,24). Sum of RGB (Red+Green+Blue) = 58+248+24=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 248 (97.27% from 255 or 75.15% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF818 is #C507E7. Grayscale: #A6A6A6. Windows color (decimal): -12912616 or 1636410. OLE color: 1636410.

HSL color Cylindrical-coordinate representation of color #3AF818: hue angle of 110.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF818 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 24 -
CMYK 0.77 0 0.90 0.03
HSL 110.89º 0.94% 0.53% -
HSV(B) 110.89º 0.9% 0.97% -
XYZ 35.48 68.1 12.14 -
YUV 165.65 48.05 51.21 -
System Red Green Blue C M Y K H S L
Decimal 58 248 24 0.77 0 0.90 0.03 110.89 0.94 0.53
Hex 3A F8 18 4D 0 5A 3 6F 5E 35
Octal 72 370 30 115 0 132 3 157 136 65
Binary 111010 11111000 11000 1001101 0 1011010 11 1101111 1011110 110101

Color Harmonies of #3AF818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF818

Black with #3AF818

Text Example


Text Example

White with #3AF818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,24); }

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

background-color css

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

 a { background-color: rgb(58,248,24); }

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

border-color css

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

 span { border-color: rgb(58,248,24); }

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