Html Css Color HEX #3AE316 Harlequin

📋 copy color: '#3AE316'

red 58 ◦ green 227 ◦ blue 22

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

Shades of Harlequin #3AE316

Tints of Harlequin #3AE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.94%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 18.89%
G = 73.94%
B = 7.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#3AE316 (or 0x3AE316) is known color: Harlequin. HEX triplet: 3A, E3 and 16. RGB value is (58,227,22). Sum of RGB (Red+Green+Blue) = 58+227+22=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE316 is #C51CE9. Grayscale: #999999. Windows color (decimal): -12917994 or 1499962. OLE color: 1499962.

HSL color Cylindrical-coordinate representation of color #3AE316: hue angle of 109.46º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AE316 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 227 22 -
CMYK 0.74 0 0.90 0.11
HSL 109.46º 0.82% 0.49% -
HSV(B) 109.46º 0.9% 0.89% -
XYZ 29.36 55.9 10 -
YUV 153.1 54.01 60.17 -
System Red Green Blue C M Y K H S L
Decimal 58 227 22 0.74 0 0.90 0.11 109.46 0.82 0.49
Hex 3A E3 16 4A 0 5A B 6D 52 31
Octal 72 343 26 112 0 132 13 155 122 61
Binary 111010 11100011 10110 1001010 0 1011010 1011 1101101 1010010 110001

Color Harmonies of #3AE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE316

Black with #3AE316

Text Example


Text Example

White with #3AE316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,227,22); }

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

background-color css

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

 a { background-color: rgb(58,227,22); }

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

border-color css

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

 span { border-color: rgb(58,227,22); }

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