Html Css Color HEX #3AEC40 Lime Green

📋 copy color: '#3AEC40'

red 58 ◦ green 236 ◦ blue 64

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

Shades of Lime Green #3AEC40

Tints of Lime Green #3AEC40

RGB

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

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

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

R = 16.2%
G = 65.92%
B = 17.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#3AEC40 (or 0x3AEC40) is known color: Lime Green. HEX triplet: 3A, EC and 40. RGB value is (58,236,64). Sum of RGB (Red+Green+Blue) = 58+236+64=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 236 (92.58% from 255 or 65.92% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEC40 is #C513BF. Grayscale: #A3A3A3. Windows color (decimal): -12915648 or 4254778. OLE color: 4254778.

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

Color convert

RGB 58 236 64 -
CMYK 0.75 0 0.73 0.07
HSL 122.02º 0.82% 0.58% -
HSV(B) 122.02º 0.75% 0.93% -
XYZ 32.67 61.26 14.95 -
YUV 163.17 72.03 52.99 -
System Red Green Blue C M Y K H S L
Decimal 58 236 64 0.75 0 0.73 0.07 122.02 0.82 0.58
Hex 3A EC 40 4B 0 49 7 7A 52 3A
Octal 72 354 100 113 0 111 7 172 122 72
Binary 111010 11101100 1000000 1001011 0 1001001 111 1111010 1010010 111010

Color Harmonies of #3AEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEC40

Black with #3AEC40

Text Example


Text Example

White with #3AEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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