Html Css Color HEX #3AD800 Harlequin

📋 copy color: '#3AD800'

red 58 ◦ green 216 ◦ blue 0

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

Shades of Harlequin #3AD800

Tints of Harlequin #3AD800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.83%

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

R = 21.17%
G = 78.83%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#3AD800 (or 0x3AD800) is known color: Harlequin. HEX triplet: 3A, D8 and 00. RGB value is (58,216,0). Sum of RGB (Red+Green+Blue) = 58+216+0=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 216 (84.77% from 255 or 78.83% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD800 is #C527FF. Grayscale: #909090. Windows color (decimal): -12920832 or 55354. OLE color: 55354.

HSL color Cylindrical-coordinate representation of color #3AD800: hue angle of 103.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AD800 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 0 -
CMYK 0.73 0 1 0.15
HSL 103.89º 1% 0.42% -
HSV(B) 103.89º 1% 0.85% -
XYZ 26.3 50.01 8.27 -
YUV 144.13 46.65 66.56 -
System Red Green Blue C M Y K H S L
Decimal 58 216 0 0.73 0 1 0.15 103.89 1 0.42
Hex 3A D8 0 49 0 64 F 68 64 2A
Octal 72 330 0 111 0 144 17 150 144 52
Binary 111010 11011000 0 1001001 0 1100100 1111 1101000 1100100 101010

Color Harmonies of #3AD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD800

Black with #3AD800

Text Example


Text Example

White with #3AD800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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