#4BCD4E

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

Shades of Lime Green #4BCD4E

Tints of Lime Green #4BCD4E

Color information

#4BCD4E (or 0x4BCD4E) is unknown color: approx Lime Green. HEX triplet: 4B, CD and 4E. RGB value is (75,205,78). Sum of RGB (Red+Green+Blue) = 75+205+78=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD4E is #B432B1. Grayscale: #989898. Windows color (decimal): -11809458 or 5164363. OLE color: 5164363.

HSL color Cylindrical-coordinate representation of color #4BCD4E: hue angle of 121.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCD4E is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB7520578-
CMYK0.6300.620.20
HSL121.38º56.52%54.9%-
HSV(B)121.38º63.41%80.39%-
XYZ26.1145.7114.65-
YUV151.6586.4373.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 205 (80.47% from 255) = 57.26%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=20.95%
G=57.26%
B=21.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75205780.6300.620.20121.3856.5254.9
Hex4BCD4E3F03E14793937
Octal11331511677076241717167
Binary10010111100110110011101111110111110101001111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,205,78); }

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

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

 a { background-color: rgb(75,205,78); }

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

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

 span { border-color: rgb(75,205,78); }

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