#4BD935

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

Shades of Lime Green #4BD935

Tints of Lime Green #4BD935

Color information

#4BD935 (or 0x4BD935) is unknown color: approx Lime Green. HEX triplet: 4B, D9 and 35. RGB value is (75,217,53). Sum of RGB (Red+Green+Blue) = 75+217+53=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD935 is #B426CA. Grayscale: #9C9C9C. Windows color (decimal): -11806411 or 3529035. OLE color: 3529035.

HSL color Cylindrical-coordinate representation of color #4BD935: hue angle of 111.95º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BD935 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB7521753-
CMYK0.6500.760.15
HSL111.95º68.33%52.94%-
HSV(B)111.95º75.58%85.1%-
XYZ28.3651.3811.79-
YUV155.8569.9670.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 217 (85.16% from 255) = 62.90%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=21.74%
G=62.90%
B=15.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal75217530.6500.760.15111.9568.3352.94
Hex4BD9354104CF704435
Octal1133316510101141716010465
Binary100101111011001110101100000101001100111111100001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,53); }

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

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

 a { background-color: rgb(75,217,53); }

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

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

 span { border-color: rgb(75,217,53); }

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