Html Css Color HEX #3AED40 Lime Green

📋 copy color: '#3AED40'

red 58 ◦ green 237 ◦ blue 64

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

Shades of Lime Green #3AED40

Tints of Lime Green #3AED40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 16.16%
G = 66.02%
B = 17.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#3AED40 (or 0x3AED40) is known color: Lime Green. HEX triplet: 3A, ED and 40. RGB value is (58,237,64). Sum of RGB (Red+Green+Blue) = 58+237+64=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 237 (92.97% from 255 or 66.02% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED40 is #C512BF. Grayscale: #A4A4A4. Windows color (decimal): -12915392 or 4255034. OLE color: 4255034.

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

Color convert

RGB 58 237 64 -
CMYK 0.76 0 0.73 0.07
HSL 122.01º 0.83% 0.58% -
HSV(B) 122.01º 0.76% 0.93% -
XYZ 32.95 61.84 15.05 -
YUV 163.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 58 237 64 0.76 0 0.73 0.07 122.01 0.83 0.58
Hex 3A ED 40 4C 0 49 7 7A 53 3A
Octal 72 355 100 114 0 111 7 172 123 72
Binary 111010 11101101 1000000 1001100 0 1001001 111 1111010 1010011 111010

Color Harmonies of #3AED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED40

Black with #3AED40

Text Example


Text Example

White with #3AED40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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