#4BE229

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

Shades of Lime Green #4BE229

Tints of Lime Green #4BE229

Color information

#4BE229 (or 0x4BE229) is unknown color: approx Lime Green. HEX triplet: 4B, E2 and 29. RGB value is (75,226,41). Sum of RGB (Red+Green+Blue) = 75+226+41=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 226 (88.67% from 255 or 66.08% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 226 - color contains mainly: green. Hex color #4BE229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE229 is #B41DD6. Grayscale: #A0A0A0. Windows color (decimal): -11804119 or 2744907. OLE color: 2744907.

HSL color Cylindrical-coordinate representation of color #4BE229: hue angle of 108.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BE229 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB7522641-
CMYK0.6700.820.11
HSL108.97º76.13%52.35%-
HSV(B)108.97º81.86%88.63%-
XYZ30.556.0511.31-
YUV159.7660.9767.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 226 (88.67% from 255) = 66.08%
BLUE value IS 41 (16.41% from 255) = 11.99%
R=21.93%
G=66.08%
B=11.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal75226410.6700.820.11108.9776.1352.35
Hex4BE22943052B6d4c34
Octal1133425110301221315511464
Binary100101111100010101001100001101010010101111011011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BE229; }

 p { color: rgb(75,226,41); }

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

<style>
 a { background-color: #4BE229; }

 a { background-color: rgb(75,226,41); }

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

<style>
 span { border-color: #4BE229; }

 span { border-color: rgb(75,226,41); }

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