Html Css Color HEX #3ADE0D Harlequin

📋 copy color: '#3ADE0D'

red 58 ◦ green 222 ◦ blue 13

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

Shades of Harlequin #3ADE0D

Tints of Harlequin #3ADE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.77%

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 19.8%
G = 75.77%
B = 4.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#3ADE0D (or 0x3ADE0D) is known color: Harlequin. HEX triplet: 3A, DE and 0D. RGB value is (58,222,13). Sum of RGB (Red+Green+Blue) = 58+222+13=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADE0D is #C521F2. Grayscale: #959595. Windows color (decimal): -12919283 or 908858. OLE color: 908858.

HSL color Cylindrical-coordinate representation of color #3ADE0D: hue angle of 107.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3ADE0D is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 222 13 -
CMYK 0.74 0 0.94 0.13
HSL 107.08º 0.89% 0.46% -
HSV(B) 107.08º 0.94% 0.87% -
XYZ 27.94 53.17 9.17 -
YUV 149.14 51.17 62.99 -
System Red Green Blue C M Y K H S L
Decimal 58 222 13 0.74 0 0.94 0.13 107.08 0.89 0.46
Hex 3A DE D 4A 0 5E D 6B 59 2E
Octal 72 336 15 112 0 136 15 153 131 56
Binary 111010 11011110 1101 1001010 0 1011110 1101 1101011 1011001 101110

Color Harmonies of #3ADE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADE0D

Black with #3ADE0D

Text Example


Text Example

White with #3ADE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,222,13); }

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

background-color css

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

 a { background-color: rgb(58,222,13); }

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

border-color css

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

 span { border-color: rgb(58,222,13); }

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