Html Css Color HEX #3AF800 Harlequin

📋 copy color: '#3AF800'

red 58 ◦ green 248 ◦ blue 0

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

Shades of Harlequin #3AF800

Tints of Harlequin #3AF800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.95%
G = 81.05%
B = 0%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#3AF800 (or 0x3AF800) is known color: Harlequin. HEX triplet: 3A, F8 and 00. RGB value is (58,248,0). Sum of RGB (Red+Green+Blue) = 58+248+0=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 248 (97.27% from 255 or 81.05% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF800 is #C507FF. Grayscale: #A3A3A3. Windows color (decimal): -12912640 or 63546. OLE color: 63546.

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

Color convert

RGB 58 248 0 -
CMYK 0.77 0 1 0.03
HSL 105.97º 1% 0.49% -
HSV(B) 105.97º 1% 0.97% -
XYZ 35.31 68.03 11.27 -
YUV 162.92 36.05 53.17 -
System Red Green Blue C M Y K H S L
Decimal 58 248 0 0.77 0 1 0.03 105.97 1 0.49
Hex 3A F8 0 4D 0 64 3 6A 64 31
Octal 72 370 0 115 0 144 3 152 144 61
Binary 111010 11111000 0 1001101 0 1100100 11 1101010 1100100 110001

Color Harmonies of #3AF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF800

Black with #3AF800

Text Example


Text Example

White with #3AF800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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