Html Css Color HEX #3AB131 Lime Green

📋 copy color: '#3AB131'

red 58 ◦ green 177 ◦ blue 49

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

Shades of Lime Green #3AB131

Tints of Lime Green #3AB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 62.32%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 20.42%
G = 62.32%
B = 17.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#3AB131 (or 0x3AB131) is known color: Lime Green. HEX triplet: 3A, B1 and 31. RGB value is (58,177,49). Sum of RGB (Red+Green+Blue) = 58+177+49=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB131 is #C54ECE. Grayscale: #7F7F7F. Windows color (decimal): -12930767 or 3256634. OLE color: 3256634.

HSL color Cylindrical-coordinate representation of color #3AB131: hue angle of 115.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB131 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 177 49 -
CMYK 0.67 0 0.72 0.31
HSL 115.78º 0.57% 0.44% -
HSV(B) 115.78º 0.72% 0.69% -
XYZ 18.02 32.57 8.24 -
YUV 126.83 84.08 78.91 -
System Red Green Blue C M Y K H S L
Decimal 58 177 49 0.67 0 0.72 0.31 115.78 0.57 0.44
Hex 3A B1 31 43 0 48 1F 74 39 2C
Octal 72 261 61 103 0 110 37 164 71 54
Binary 111010 10110001 110001 1000011 0 1001000 11111 1110100 111001 101100

Color Harmonies of #3AB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB131

Black with #3AB131

Text Example


Text Example

White with #3AB131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,177,49); }

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

background-color css

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

 a { background-color: rgb(58,177,49); }

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

border-color css

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

 span { border-color: rgb(58,177,49); }

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