Html Css Color HEX #4BDC3A Lime Green

📋 copy color: '#4BDC3A'

red 75 ◦ green 220 ◦ blue 58

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

Shades of Lime Green #4BDC3A

Tints of Lime Green #4BDC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.32%

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

R = 21.25%
G = 62.32%
B = 16.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#4BDC3A (or 0x4BDC3A) is known color: Lime Green. HEX triplet: 4B, DC and 3A. RGB value is (75,220,58). Sum of RGB (Red+Green+Blue) = 75+220+58=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC3A is #B423C5. Grayscale: #9E9E9E. Windows color (decimal): -11805638 or 3857483. OLE color: 3857483.

HSL color Cylindrical-coordinate representation of color #4BDC3A: hue angle of 113.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BDC3A is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 220 58 -
CMYK 0.66 0 0.74 0.14
HSL 113.7º 0.7% 0.55% -
HSV(B) 113.7º 0.74% 0.86% -
XYZ 29.26 52.99 12.69 -
YUV 158.18 71.46 68.67 -
System Red Green Blue C M Y K H S L
Decimal 75 220 58 0.66 0 0.74 0.14 113.7 0.7 0.55
Hex 4B DC 3A 42 0 4A E 72 46 37
Octal 113 334 72 102 0 112 16 162 106 67
Binary 1001011 11011100 111010 1000010 0 1001010 1110 1110010 1000110 110111

Color Harmonies of #4BDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC3A

Black with #4BDC3A

Text Example


Text Example

White with #4BDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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