#4BE645

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

Shades of Lime Green #4BE645

Tints of Lime Green #4BE645

Color information

#4BE645 (or 0x4BE645) is unknown color: approx Lime Green. HEX triplet: 4B, E6 and 45. RGB value is (75,230,69). Sum of RGB (Red+Green+Blue) = 75+230+69=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BE645 is #B419BA. Grayscale: #A5A5A5. Windows color (decimal): -11803067 or 4580939. OLE color: 4580939.

HSL color Cylindrical-coordinate representation of color #4BE645: hue angle of 117.76º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BE645 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB7523069-
CMYK0.6700.70.10
HSL117.76º76.3%58.63%-
HSV(B)117.76º70%90.2%-
XYZ32.2758.5215.22-
YUV165.373.6563.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 230 (90.23% from 255) = 61.50%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=20.05%
G=61.50%
B=18.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal75230690.6700.70.10117.7676.358.63
Hex4BE64543046A764c3b
Octal11334610510301061216611473
Binary1001011111001101000101100001101000110101011101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,230,69); }

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

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

 a { background-color: rgb(75,230,69); }

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

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

 span { border-color: rgb(75,230,69); }

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