Html Css Color HEX #3AE315 Harlequin

📋 copy color: '#3AE315'

red 58 ◦ green 227 ◦ blue 21

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

Shades of Harlequin #3AE315

Tints of Harlequin #3AE315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 18.95%
G = 74.18%
B = 6.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#3AE315 (or 0x3AE315) is known color: Harlequin. HEX triplet: 3A, E3 and 15. RGB value is (58,227,21). Sum of RGB (Red+Green+Blue) = 58+227+21=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 227 (89.06% from 255 or 74.18% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE315 is #C51CEA. Grayscale: #999999. Windows color (decimal): -12917995 or 1434426. OLE color: 1434426.

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

Color convert

RGB 58 227 21 -
CMYK 0.74 0 0.91 0.11
HSL 109.22º 0.83% 0.49% -
HSV(B) 109.22º 0.91% 0.89% -
XYZ 29.35 55.89 9.95 -
YUV 152.99 53.51 60.25 -
System Red Green Blue C M Y K H S L
Decimal 58 227 21 0.74 0 0.91 0.11 109.22 0.83 0.49
Hex 3A E3 15 4A 0 5B B 6D 53 31
Octal 72 343 25 112 0 133 13 155 123 61
Binary 111010 11100011 10101 1001010 0 1011011 1011 1101101 1010011 110001

Color Harmonies of #3AE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE315

Black with #3AE315

Text Example


Text Example

White with #3AE315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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