#4BF636

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

Shades of Lime Green #4BF636

Tints of Lime Green #4BF636

Color information

#4BF636 (or 0x4BF636) is unknown color: approx Lime Green. HEX triplet: 4B, F6 and 36. RGB value is (75,246,54). Sum of RGB (Red+Green+Blue) = 75+246+54=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 246 (96.48% from 255 or 65.6% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF636 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF636 is #B409C9. Grayscale: #ADADAD. Windows color (decimal): -11798986 or 3601995. OLE color: 3601995.

HSL color Cylindrical-coordinate representation of color #4BF636: hue angle of 113.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BF636 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB7524654-
CMYK0.7000.780.04
HSL113.44º91.43%58.82%-
HSV(B)113.44º78.05%96.47%-
XYZ36.5267.6714.63-
YUV172.9860.8558.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 246 (96.48% from 255) = 65.6%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=20%
G=65.6%
B=14.4%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal75246540.7000.780.04113.4491.4358.82
Hex4BF6364604E4715b3b
Octal113366661060116416113373
Binary10010111111011011011010001100100111010011100011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,246,54); }

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

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

 a { background-color: rgb(75,246,54); }

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

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

 span { border-color: rgb(75,246,54); }

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