Html Css Color HEX #3AE42C Lime Green

📋 copy color: '#3AE42C'

red 58 ◦ green 228 ◦ blue 44

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

Shades of Lime Green #3AE42C

Tints of Lime Green #3AE42C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.09%

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 17.58%
G = 69.09%
B = 13.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#3AE42C (or 0x3AE42C) is known color: Lime Green. HEX triplet: 3A, E4 and 2C. RGB value is (58,228,44). Sum of RGB (Red+Green+Blue) = 58+228+44=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE42C is #C51BD3. Grayscale: #9C9C9C. Windows color (decimal): -12917716 or 2942010. OLE color: 2942010.

HSL color Cylindrical-coordinate representation of color #3AE42C: hue angle of 115.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AE42C is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 228 44 -
CMYK 0.75 0 0.81 0.11
HSL 115.43º 0.77% 0.53% -
HSV(B) 115.43º 0.81% 0.89% -
XYZ 29.94 56.57 11.72 -
YUV 156.19 64.68 57.96 -
System Red Green Blue C M Y K H S L
Decimal 58 228 44 0.75 0 0.81 0.11 115.43 0.77 0.53
Hex 3A E4 2C 4B 0 51 B 73 4D 35
Octal 72 344 54 113 0 121 13 163 115 65
Binary 111010 11100100 101100 1001011 0 1010001 1011 1110011 1001101 110101

Color Harmonies of #3AE42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE42C

Black with #3AE42C

Text Example


Text Example

White with #3AE42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,228,44); }

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

background-color css

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

 a { background-color: rgb(58,228,44); }

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

border-color css

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

 span { border-color: rgb(58,228,44); }

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