Html Css Color HEX #4BDC35 Lime Green

📋 copy color: '#4BDC35'

red 75 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #4BDC35

Tints of Lime Green #4BDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 21.55%
G = 63.22%
B = 15.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#4BDC35 (or 0x4BDC35) is known color: Lime Green. HEX triplet: 4B, DC and 35. RGB value is (75,220,53). Sum of RGB (Red+Green+Blue) = 75+220+53=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC35 is #B423CA. Grayscale: #9E9E9E. Windows color (decimal): -11805643 or 3529803. OLE color: 3529803.

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

Color convert

RGB 75 220 53 -
CMYK 0.66 0 0.76 0.14
HSL 112.1º 0.7% 0.54% -
HSV(B) 112.1º 0.76% 0.86% -
XYZ 29.14 52.94 12.05 -
YUV 157.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 75 220 53 0.66 0 0.76 0.14 112.1 0.7 0.54
Hex 4B DC 35 42 0 4C E 70 46 36
Octal 113 334 65 102 0 114 16 160 106 66
Binary 1001011 11011100 110101 1000010 0 1001100 1110 1110000 1000110 110110

Color Harmonies of #4BDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC35

Black with #4BDC35

Text Example


Text Example

White with #4BDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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