Html Css Color HEX #3ABA41 Lime Green

📋 copy color: '#3ABA41'

red 58 ◦ green 186 ◦ blue 65

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

Shades of Lime Green #3ABA41

Tints of Lime Green #3ABA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

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

R = 18.77%
G = 60.19%
B = 21.04%

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

#3ABA41 (or 0x3ABA41) is known color: Lime Green. HEX triplet: 3A, BA and 41. RGB value is (58,186,65). Sum of RGB (Red+Green+Blue) = 58+186+65=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA41 is #C545BE. Grayscale: #868686. Windows color (decimal): -12928447 or 4307514. OLE color: 4307514.

HSL color Cylindrical-coordinate representation of color #3ABA41: hue angle of 123.28º 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 #3ABA41 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 186 65 -
CMYK 0.69 0 0.65 0.27
HSL 123.28º 0.52% 0.48% -
HSV(B) 123.28º 0.69% 0.73% -
XYZ 20.26 36.4 10.96 -
YUV 133.93 89.09 73.84 -
System Red Green Blue C M Y K H S L
Decimal 58 186 65 0.69 0 0.65 0.27 123.28 0.52 0.48
Hex 3A BA 41 45 0 41 1B 7B 34 30
Octal 72 272 101 105 0 101 33 173 64 60
Binary 111010 10111010 1000001 1000101 0 1000001 11011 1111011 110100 110000

Color Harmonies of #3ABA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA41

Black with #3ABA41

Text Example


Text Example

White with #3ABA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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