Html Css Color HEX #29BF2C Lime Green

📋 copy color: '#29BF2C'

red 41 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #29BF2C

Tints of Lime Green #29BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 14.86%
G = 69.2%
B = 15.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#29BF2C (or 0x29BF2C) is known color: Lime Green. HEX triplet: 29, BF and 2C. RGB value is (41,191,44). Sum of RGB (Red+Green+Blue) = 41+191+44=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BF2C is #D640D3. Grayscale: #818181. Windows color (decimal): -14041300 or 2932521. OLE color: 2932521.

HSL color Cylindrical-coordinate representation of color #29BF2C: hue angle of 121.2º 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 #29BF2C is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 44 -
CMYK 0.79 0 0.77 0.25
HSL 121.2º 0.65% 0.45% -
HSV(B) 121.2º 0.79% 0.75% -
XYZ 20 37.91 8.65 -
YUV 129.39 79.81 64.95 -
System Red Green Blue C M Y K H S L
Decimal 41 191 44 0.79 0 0.77 0.25 121.2 0.65 0.45
Hex 29 BF 2C 4F 0 4D 19 79 41 2D
Octal 51 277 54 117 0 115 31 171 101 55
Binary 101001 10111111 101100 1001111 0 1001101 11001 1111001 1000001 101101

Color Harmonies of #29BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BF2C

Black with #29BF2C

Text Example


Text Example

White with #29BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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