#29F126

Color #29F126 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #29F126

Tints of Lime Green #29F126

Color information

#29F126 (or 0x29F126) is unknown color: approx Lime Green. HEX triplet: 29, F1 and 26. RGB value is (41,241,38). Sum of RGB (Red+Green+Blue) = 41+241+38=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #29F126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F126 is #D60ED9. Grayscale: #9E9E9E. Windows color (decimal): -14028506 or 2552105. OLE color: 2552105.

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

Color convert

RGB4124138-
CMYK0.8300.840.05
HSL119.11º87.88%54.71%-
HSV(B)119.11º84.23%94.51%-
XYZ32.7263.5212.37-
YUV158.0660.2444.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 241 (94.53% from 255) = 75.31%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=12.81%
G=75.31%
B=11.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41241380.8300.840.05119.1187.8854.71
Hex29F126530545775837
Octal51361461230124516713067
Binary1010011111000110011010100110101010010111101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29F126;
 }
 .AnyTagClassName
 {
   color: #29F126;
 }
</style>
background-color css

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

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

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

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

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

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