Html Css Color HEX #3ABD29 Lime Green

📋 copy color: '#3ABD29'

red 58 ◦ green 189 ◦ blue 41

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

Shades of Lime Green #3ABD29

Tints of Lime Green #3ABD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 65.63%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 20.14%
G = 65.63%
B = 14.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#3ABD29 (or 0x3ABD29) is known color: Lime Green. HEX triplet: 3A, BD and 29. RGB value is (58,189,41). Sum of RGB (Red+Green+Blue) = 58+189+41=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABD29 is #C542D6. Grayscale: #858585. Windows color (decimal): -12927703 or 2735418. OLE color: 2735418.

HSL color Cylindrical-coordinate representation of color #3ABD29: hue angle of 113.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ABD29 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 189 41 -
CMYK 0.69 0 0.78 0.26
HSL 113.11º 0.64% 0.45% -
HSV(B) 113.11º 0.78% 0.74% -
XYZ 20.34 37.45 8.26 -
YUV 132.96 76.1 74.53 -
System Red Green Blue C M Y K H S L
Decimal 58 189 41 0.69 0 0.78 0.26 113.11 0.64 0.45
Hex 3A BD 29 45 0 4E 1A 71 40 2D
Octal 72 275 51 105 0 116 32 161 100 55
Binary 111010 10111101 101001 1000101 0 1001110 11010 1110001 1000000 101101

Color Harmonies of #3ABD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABD29

Black with #3ABD29

Text Example


Text Example

White with #3ABD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,189,41); }

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

background-color css

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

 a { background-color: rgb(58,189,41); }

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

border-color css

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

 span { border-color: rgb(58,189,41); }

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