#4be03c

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

Shades of Lime Green #4BE03C

Tints of Lime Green #4BE03C

Color information

#4BE03C (or 0x4BE03C) is unknown color: approx Lime Green. HEX triplet: 4B, E0 and 3C. RGB value is (75,224,60). Sum of RGB (Red+Green+Blue) = 75+224+60=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BE03C is #B41FC3. Grayscale: #A1A1A1. Windows color (decimal): -11804612 or 3989579. OLE color: 3989579.

HSL color Cylindrical-coordinate representation of color #4BE03C: hue angle of 114.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BE03C is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB7522460-
CMYK0.6700.730.12
HSL114.51º72.57%55.69%-
HSV(B)114.51º73.21%87.84%-
XYZ30.3755.1313.32-
YUV160.7571.1466.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 224 (87.89% from 255) = 62.40%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=20.89%
G=62.40%
B=16.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75224600.6700.730.12114.5172.5755.69
Hex4BE03C43049C734938
Octal1133407410301111416311170
Binary100101111100000111100100001101001001110011100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4be03c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,224,60); }

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

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

 a { background-color: rgb(75,224,60); }

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

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

 span { border-color: rgb(75,224,60); }

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