#4BEC2B

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

Shades of Lime Green #4BEC2B

Tints of Lime Green #4BEC2B

Color information

#4BEC2B (or 0x4BEC2B) is unknown color: approx Lime Green. HEX triplet: 4B, EC and 2B. RGB value is (75,236,43). Sum of RGB (Red+Green+Blue) = 75+236+43=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEC2B is #B413D4. Grayscale: #A6A6A6. Windows color (decimal): -11801557 or 2878539. OLE color: 2878539.

HSL color Cylindrical-coordinate representation of color #4BEC2B: hue angle of 110.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BEC2B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB7523643-
CMYK0.6800.820.07
HSL110.05º83.55%54.71%-
HSV(B)110.05º81.78%92.55%-
XYZ33.3361.6612.43-
YUV165.8658.6663.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 236 (92.58% from 255) = 66.67%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=21.19%
G=66.67%
B=12.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75236430.6800.820.07110.0583.5554.71
Hex4BEC2B4405276e5437
Octal113354531040122715612467
Binary10010111110110010101110001000101001011111011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,236,43); }

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

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

 a { background-color: rgb(75,236,43); }

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

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

 span { border-color: rgb(75,236,43); }

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