Html Css Color HEX #4BC53D Lime Green

📋 copy color: '#4BC53D'

red 75 ◦ green 197 ◦ blue 61

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

Shades of Lime Green #4BC53D

Tints of Lime Green #4BC53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.16%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 22.52%
G = 59.16%
B = 18.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#4BC53D (or 0x4BC53D) is known color: Lime Green. HEX triplet: 4B, C5 and 3D. RGB value is (75,197,61). Sum of RGB (Red+Green+Blue) = 75+197+61=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC53D is #B43AC2. Grayscale: #919191. Windows color (decimal): -11811523 or 4048203. OLE color: 4048203.

HSL color Cylindrical-coordinate representation of color #4BC53D: hue angle of 113.82º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BC53D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 197 61 -
CMYK 0.62 0 0.69 0.23
HSL 113.82º 0.54% 0.51% -
HSV(B) 113.82º 0.69% 0.77% -
XYZ 23.71 41.77 11.23 -
YUV 145.02 80.58 78.06 -
System Red Green Blue C M Y K H S L
Decimal 75 197 61 0.62 0 0.69 0.23 113.82 0.54 0.51
Hex 4B C5 3D 3E 0 45 17 72 36 33
Octal 113 305 75 76 0 105 27 162 66 63
Binary 1001011 11000101 111101 111110 0 1000101 10111 1110010 110110 110011

Color Harmonies of #4BC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC53D

Black with #4BC53D

Text Example


Text Example

White with #4BC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,197,61); }

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

background-color css

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

 a { background-color: rgb(75,197,61); }

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

border-color css

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

 span { border-color: rgb(75,197,61); }

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