Html Css Color HEX #29F141 Lime Green

📋 copy color: '#29F141'

red 41 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #29F141

Tints of Lime Green #29F141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.45%

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

R = 11.82%
G = 69.45%
B = 18.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#29F141 (or 0x29F141) is known color: Lime Green. HEX triplet: 29, F1 and 41. RGB value is (41,241,65). Sum of RGB (Red+Green+Blue) = 41+241+65=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 241 (94.53% from 255 or 69.45% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 241 - color contains mainly: green. Hex color #29F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F141 is #D60EBE. Grayscale: #A1A1A1. Windows color (decimal): -14028479 or 4321577. OLE color: 4321577.

HSL color Cylindrical-coordinate representation of color #29F141: hue angle of 127.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F141 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 241 65 -
CMYK 0.83 0 0.73 0.05
HSL 127.2º 0.88% 0.55% -
HSV(B) 127.2º 0.83% 0.95% -
XYZ 33.32 63.76 15.55 -
YUV 161.14 73.74 42.31 -
System Red Green Blue C M Y K H S L
Decimal 41 241 65 0.83 0 0.73 0.05 127.2 0.88 0.55
Hex 29 F1 41 53 0 49 5 7F 58 37
Octal 51 361 101 123 0 111 5 177 130 67
Binary 101001 11110001 1000001 1010011 0 1001001 101 1111111 1011000 110111

Color Harmonies of #29F141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F141

Black with #29F141

Text Example


Text Example

White with #29F141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,241,65); }

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

background-color css

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

 a { background-color: rgb(41,241,65); }

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

border-color css

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

 span { border-color: rgb(41,241,65); }

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