Html Css Color HEX #3AED1F Harlequin

📋 copy color: '#3AED1F'

red 58 ◦ green 237 ◦ blue 31

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

Shades of Harlequin #3AED1F

Tints of Harlequin #3AED1F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.7%

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

R = 17.79%
G = 72.7%
B = 9.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#3AED1F (or 0x3AED1F) is known color: Harlequin. HEX triplet: 3A, ED and 1F. RGB value is (58,237,31). Sum of RGB (Red+Green+Blue) = 58+237+31=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED1F is #C512E0. Grayscale: #A0A0A0. Windows color (decimal): -12915425 or 2092346. OLE color: 2092346.

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

Color convert

RGB 58 237 31 -
CMYK 0.76 0 0.87 0.07
HSL 112.14º 0.85% 0.53% -
HSV(B) 112.14º 0.87% 0.93% -
XYZ 32.28 61.57 11.48 -
YUV 160 55.2 55.25 -
System Red Green Blue C M Y K H S L
Decimal 58 237 31 0.76 0 0.87 0.07 112.14 0.85 0.53
Hex 3A ED 1F 4C 0 57 7 70 55 35
Octal 72 355 37 114 0 127 7 160 125 65
Binary 111010 11101101 11111 1001100 0 1010111 111 1110000 1010101 110101

Color Harmonies of #3AED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED1F

Black with #3AED1F

Text Example


Text Example

White with #3AED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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