Html Css Color HEX #3AE940 Lime Green

📋 copy color: '#3AE940'

red 58 ◦ green 233 ◦ blue 64

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

Shades of Lime Green #3AE940

Tints of Lime Green #3AE940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.63%

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

R = 16.34%
G = 65.63%
B = 18.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#3AE940 (or 0x3AE940) is known color: Lime Green. HEX triplet: 3A, E9 and 40. RGB value is (58,233,64). Sum of RGB (Red+Green+Blue) = 58+233+64=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 233 (91.41% from 255 or 65.63% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AE940 is #C516BF. Grayscale: #A1A1A1. Windows color (decimal): -12916416 or 4254010. OLE color: 4254010.

HSL color Cylindrical-coordinate representation of color #3AE940: hue angle of 122.06º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE940 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 58 233 64 -
CMYK 0.75 0 0.73 0.09
HSL 122.06º 0.8% 0.57% -
HSV(B) 122.06º 0.75% 0.91% -
XYZ 31.81 59.55 14.67 -
YUV 161.41 73.02 54.24 -
System Red Green Blue C M Y K H S L
Decimal 58 233 64 0.75 0 0.73 0.09 122.06 0.8 0.57
Hex 3A E9 40 4B 0 49 9 7A 50 39
Octal 72 351 100 113 0 111 11 172 120 71
Binary 111010 11101001 1000000 1001011 0 1001001 1001 1111010 1010000 111001

Color Harmonies of #3AE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE940

Black with #3AE940

Text Example


Text Example

White with #3AE940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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