#4BF135

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

Shades of Lime Green #4BF135

Tints of Lime Green #4BF135

Color information

#4BF135 (or 0x4BF135) is unknown color: approx Lime Green. HEX triplet: 4B, F1 and 35. RGB value is (75,241,53). Sum of RGB (Red+Green+Blue) = 75+241+53=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF135 is #B40ECA. Grayscale: #AAAAAA. Windows color (decimal): -11800267 or 3535179. OLE color: 3535179.

HSL color Cylindrical-coordinate representation of color #4BF135: hue angle of 112.98º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BF135 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB7524153-
CMYK0.6900.780.05
HSL112.98º87.04%57.65%-
HSV(B)112.98º78.01%94.51%-
XYZ3564.6614-
YUV169.936260.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 241 (94.53% from 255) = 65.31%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=20.33%
G=65.31%
B=14.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75241530.6900.780.05112.9887.0457.65
Hex4BF1354504E571573a
Octal113361651050116516112772
Binary10010111111000111010110001010100111010111100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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