Html Css Color HEX #29BF3A Lime Green

📋 copy color: '#29BF3A'

red 41 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #29BF3A

Tints of Lime Green #29BF3A

RGB

 RED value IS 41 (16.41% from 255) = 14.14%

 GREEN value IS 191 (75% from 255) = 65.86%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 14.14%
G = 65.86%
B = 20%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#29BF3A (or 0x29BF3A) is known color: Lime Green. HEX triplet: 29, BF and 3A. RGB value is (41,191,58). Sum of RGB (Red+Green+Blue) = 41+191+58=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF3A is #D640C5. Grayscale: #838383. Windows color (decimal): -14041286 or 3850025. OLE color: 3850025.

HSL color Cylindrical-coordinate representation of color #29BF3A: hue angle of 126.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BF3A is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 58 -
CMYK 0.79 0 0.70 0.25
HSL 126.8º 0.65% 0.45% -
HSV(B) 126.8º 0.79% 0.75% -
XYZ 20.31 38.04 10.27 -
YUV 130.99 86.81 63.81 -
System Red Green Blue C M Y K H S L
Decimal 41 191 58 0.79 0 0.70 0.25 126.8 0.65 0.45
Hex 29 BF 3A 4F 0 46 19 7F 41 2D
Octal 51 277 72 117 0 106 31 177 101 55
Binary 101001 10111111 111010 1001111 0 1000110 11001 1111111 1000001 101101

Color Harmonies of #29BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BF3A

Black with #29BF3A

Text Example


Text Example

White with #29BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29BF3A; }

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

 H1.HeaderClassName
 {
   color: #29BF3A;
 }
 .AnyTagClassName
 {
   color: #29BF3A;
 }
</style>

background-color css

<style>
 a { background-color: #29BF3A; }

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

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

border-color css

<style>
 span { border-color: #29BF3A; }

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

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