#4BD451

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

Shades of Lime Green #4BD451

Tints of Lime Green #4BD451

Color information

#4BD451 (or 0x4BD451) is unknown color: approx Lime Green. HEX triplet: 4B, D4 and 51. RGB value is (75,212,81). Sum of RGB (Red+Green+Blue) = 75+212+81=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD451 is #B42BAE. Grayscale: #9C9C9C. Windows color (decimal): -11807663 or 5362763. OLE color: 5362763.

HSL color Cylindrical-coordinate representation of color #4BD451: hue angle of 122.63º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD451 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB7521281-
CMYK0.6500.620.17
HSL122.63º61.43%56.27%-
HSV(B)122.63º64.62%83.14%-
XYZ27.9349.1815.8-
YUV156.185.6170.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 212 (83.20% from 255) = 57.61%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=20.38%
G=57.61%
B=22.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal75212810.6500.620.17122.6361.4356.27
Hex4BD4514103E117b3d38
Octal113324121101076211737570
Binary100101111010100101000110000010111110100011111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,212,81); }

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

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

 a { background-color: rgb(75,212,81); }

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

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

 span { border-color: rgb(75,212,81); }

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