Html Css Color HEX #4BBE3A Lime Green

📋 copy color: '#4BBE3A'

red 75 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #4BBE3A

Tints of Lime Green #4BBE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.82%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 23.22%
G = 58.82%
B = 17.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#4BBE3A (or 0x4BBE3A) is known color: Lime Green. HEX triplet: 4B, BE and 3A. RGB value is (75,190,58). Sum of RGB (Red+Green+Blue) = 75+190+58=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBE3A is #B441C5. Grayscale: #8C8C8C. Windows color (decimal): -11813318 or 3849803. OLE color: 3849803.

HSL color Cylindrical-coordinate representation of color #4BBE3A: hue angle of 112.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BBE3A is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 190 58 -
CMYK 0.61 0 0.69 0.25
HSL 112.27º 0.53% 0.49% -
HSV(B) 112.27º 0.69% 0.75% -
XYZ 22.08 38.63 10.3 -
YUV 140.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 75 190 58 0.61 0 0.69 0.25 112.27 0.53 0.49
Hex 4B BE 3A 3D 0 45 19 70 35 31
Octal 113 276 72 75 0 105 31 160 65 61
Binary 1001011 10111110 111010 111101 0 1000101 11001 1110000 110101 110001

Color Harmonies of #4BBE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBE3A

Black with #4BBE3A

Text Example


Text Example

White with #4BBE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,190,58); }

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

background-color css

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

 a { background-color: rgb(75,190,58); }

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

border-color css

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

 span { border-color: rgb(75,190,58); }

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