Html Css Color HEX #4BC940 Lime Green

📋 copy color: '#4BC940'

red 75 ◦ green 201 ◦ blue 64

#4BC940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4BC940

Tints of Lime Green #4BC940

RGB

 RED value IS 75 (29.69% from 255) = 22.06%

 GREEN value IS 201 (78.91% from 255) = 59.12%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 22.06%
G = 59.12%
B = 18.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#4BC940 (or 0x4BC940) is known color: Lime Green. HEX triplet: 4B, C9 and 40. RGB value is (75,201,64). Sum of RGB (Red+Green+Blue) = 75+201+64=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC940 is #B436BF. Grayscale: #949494. Windows color (decimal): -11810496 or 4245835. OLE color: 4245835.

HSL color Cylindrical-coordinate representation of color #4BC940: hue angle of 115.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BC940 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 201 64 -
CMYK 0.63 0 0.68 0.21
HSL 115.18º 0.56% 0.52% -
HSV(B) 115.18º 0.68% 0.79% -
XYZ 24.71 43.64 11.97 -
YUV 147.71 80.76 76.14 -
System Red Green Blue C M Y K H S L
Decimal 75 201 64 0.63 0 0.68 0.21 115.18 0.56 0.52
Hex 4B C9 40 3F 0 44 15 73 38 34
Octal 113 311 100 77 0 104 25 163 70 64
Binary 1001011 11001001 1000000 111111 0 1000100 10101 1110011 111000 110100

Color Harmonies of #4BC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC940

Black with #4BC940

Text Example


Text Example

White with #4BC940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,201,64); }

 H1.HeaderClassName
 {
   color: #4BC940;
 }
 .AnyTagClassName
 {
   color: #4BC940;
 }
</style>

background-color css

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

 a { background-color: rgb(75,201,64); }

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

border-color css

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

 span { border-color: rgb(75,201,64); }

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