Html Css Color HEX #3AE60D Harlequin

📋 copy color: '#3AE60D'

red 58 ◦ green 230 ◦ blue 13

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

Shades of Harlequin #3AE60D

Tints of Harlequin #3AE60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 76.41%

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

R = 19.27%
G = 76.41%
B = 4.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#3AE60D (or 0x3AE60D) is known color: Harlequin. HEX triplet: 3A, E6 and 0D. RGB value is (58,230,13). Sum of RGB (Red+Green+Blue) = 58+230+13=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 230 (90.23% from 255 or 76.41% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 230 - color contains mainly: green. Hex color #3AE60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AE60D is #C519F2. Grayscale: #9A9A9A. Windows color (decimal): -12917235 or 910906. OLE color: 910906.

HSL color Cylindrical-coordinate representation of color #3AE60D: hue angle of 107.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AE60D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 230 13 -
CMYK 0.75 0 0.94 0.10
HSL 107.56º 0.89% 0.48% -
HSV(B) 107.56º 0.94% 0.9% -
XYZ 30.11 57.52 9.9 -
YUV 153.83 48.52 59.64 -
System Red Green Blue C M Y K H S L
Decimal 58 230 13 0.75 0 0.94 0.10 107.56 0.89 0.48
Hex 3A E6 D 4B 0 5E A 6C 59 30
Octal 72 346 15 113 0 136 12 154 131 60
Binary 111010 11100110 1101 1001011 0 1011110 1010 1101100 1011001 110000

Color Harmonies of #3AE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE60D

Black with #3AE60D

Text Example


Text Example

White with #3AE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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