Html Css Color HEX #3AD900 Harlequin

📋 copy color: '#3AD900'

red 58 ◦ green 217 ◦ blue 0

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

Shades of Harlequin #3AD900

Tints of Harlequin #3AD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.91%

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

R = 21.09%
G = 78.91%
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

#3AD900 (or 0x3AD900) is known color: Harlequin. HEX triplet: 3A, D9 and 00. RGB value is (58,217,0). Sum of RGB (Red+Green+Blue) = 58+217+0=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 217 (85.16% from 255 or 78.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD900 is #C526FF. Grayscale: #919191. Windows color (decimal): -12920576 or 55610. OLE color: 55610.

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

Color convert

RGB 58 217 0 -
CMYK 0.73 0 1 0.15
HSL 103.96º 1% 0.43% -
HSV(B) 103.96º 1% 0.85% -
XYZ 26.56 50.53 8.35 -
YUV 144.72 46.32 66.14 -
System Red Green Blue C M Y K H S L
Decimal 58 217 0 0.73 0 1 0.15 103.96 1 0.43
Hex 3A D9 0 49 0 64 F 68 64 2B
Octal 72 331 0 111 0 144 17 150 144 53
Binary 111010 11011001 0 1001001 0 1100100 1111 1101000 1100100 101011

Color Harmonies of #3AD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD900

Black with #3AD900

Text Example


Text Example

White with #3AD900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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