#4BCE35

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

Shades of Lime Green #4BCE35

Tints of Lime Green #4BCE35

Color information

#4BCE35 (or 0x4BCE35) is unknown color: approx Lime Green. HEX triplet: 4B, CE and 35. RGB value is (75,206,53). Sum of RGB (Red+Green+Blue) = 75+206+53=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCE35 is #B431CA. Grayscale: #959595. Windows color (decimal): -11809227 or 3526219. OLE color: 3526219.

HSL color Cylindrical-coordinate representation of color #4BCE35: hue angle of 111.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BCE35 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB7520653-
CMYK0.6400.740.19
HSL111.37º60.96%50.78%-
HSV(B)111.37º74.27%80.78%-
XYZ25.6245.910.88-
YUV149.3973.674.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 206 (80.86% from 255) = 61.68%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=22.46%
G=61.68%
B=15.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal75206530.6400.740.19111.3760.9650.78
Hex4BCE354004A136f3d33
Octal113316651000112231577563
Binary100101111001110110101100000001001010100111101111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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