Html Css Color HEX #3AB941 Lime Green

📋 copy color: '#3AB941'

red 58 ◦ green 185 ◦ blue 65

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

Shades of Lime Green #3AB941

Tints of Lime Green #3AB941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.06%

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 18.83%
G = 60.06%
B = 21.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#3AB941 (or 0x3AB941) is known color: Lime Green. HEX triplet: 3A, B9 and 41. RGB value is (58,185,65). Sum of RGB (Red+Green+Blue) = 58+185+65=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB941 is #C546BE. Grayscale: #858585. Windows color (decimal): -12928703 or 4307258. OLE color: 4307258.

HSL color Cylindrical-coordinate representation of color #3AB941: hue angle of 123.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB941 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 185 65 -
CMYK 0.69 0 0.65 0.27
HSL 123.31º 0.52% 0.48% -
HSV(B) 123.31º 0.69% 0.73% -
XYZ 20.05 35.98 10.89 -
YUV 133.35 89.42 74.26 -
System Red Green Blue C M Y K H S L
Decimal 58 185 65 0.69 0 0.65 0.27 123.31 0.52 0.48
Hex 3A B9 41 45 0 41 1B 7B 34 30
Octal 72 271 101 105 0 101 33 173 64 60
Binary 111010 10111001 1000001 1000101 0 1000001 11011 1111011 110100 110000

Color Harmonies of #3AB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB941

Black with #3AB941

Text Example


Text Example

White with #3AB941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,185,65); }

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

background-color css

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

 a { background-color: rgb(58,185,65); }

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

border-color css

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

 span { border-color: rgb(58,185,65); }

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