Html Css Color HEX #4BBD40 Lime Green

📋 copy color: '#4BBD40'

red 75 ◦ green 189 ◦ blue 64

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

Shades of Lime Green #4BBD40

Tints of Lime Green #4BBD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

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

R = 22.87%
G = 57.62%
B = 19.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#4BBD40 (or 0x4BBD40) is known color: Lime Green. HEX triplet: 4B, BD and 40. RGB value is (75,189,64). Sum of RGB (Red+Green+Blue) = 75+189+64=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD40 is #B442BF. Grayscale: #8D8D8D. Windows color (decimal): -11813568 or 4242763. OLE color: 4242763.

HSL color Cylindrical-coordinate representation of color #4BBD40: hue angle of 114.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BBD40 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 189 64 -
CMYK 0.60 0 0.66 0.26
HSL 114.72º 0.49% 0.5% -
HSV(B) 114.72º 0.66% 0.74% -
XYZ 22.02 38.26 11.07 -
YUV 140.66 84.73 81.16 -
System Red Green Blue C M Y K H S L
Decimal 75 189 64 0.60 0 0.66 0.26 114.72 0.49 0.5
Hex 4B BD 40 3C 0 42 1A 73 31 32
Octal 113 275 100 74 0 102 32 163 61 62
Binary 1001011 10111101 1000000 111100 0 1000010 11010 1110011 110001 110010

Color Harmonies of #4BBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD40

Black with #4BBD40

Text Example


Text Example

White with #4BBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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