Html Css Color HEX #3AEC1F Harlequin

📋 copy color: '#3AEC1F'

red 58 ◦ green 236 ◦ blue 31

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

Shades of Harlequin #3AEC1F

Tints of Harlequin #3AEC1F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.62%

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 17.85%
G = 72.62%
B = 9.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#3AEC1F (or 0x3AEC1F) is known color: Harlequin. HEX triplet: 3A, EC and 1F. RGB value is (58,236,31). Sum of RGB (Red+Green+Blue) = 58+236+31=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEC1F is #C513E0. Grayscale: #A0A0A0. Windows color (decimal): -12915681 or 2092090. OLE color: 2092090.

HSL color Cylindrical-coordinate representation of color #3AEC1F: hue angle of 112.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AEC1F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 236 31 -
CMYK 0.75 0 0.87 0.07
HSL 112.1º 0.84% 0.52% -
HSV(B) 112.1º 0.87% 0.93% -
XYZ 31.99 60.99 11.38 -
YUV 159.41 55.53 55.67 -
System Red Green Blue C M Y K H S L
Decimal 58 236 31 0.75 0 0.87 0.07 112.1 0.84 0.52
Hex 3A EC 1F 4B 0 57 7 70 54 34
Octal 72 354 37 113 0 127 7 160 124 64
Binary 111010 11101100 11111 1001011 0 1010111 111 1110000 1010100 110100

Color Harmonies of #3AEC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEC1F

Black with #3AEC1F

Text Example


Text Example

White with #3AEC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,31); }

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

background-color css

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

 a { background-color: rgb(58,236,31); }

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

border-color css

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

 span { border-color: rgb(58,236,31); }

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