Html Css Color HEX #4BDC2F Lime Green

📋 copy color: '#4BDC2F'

red 75 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #4BDC2F

Tints of Lime Green #4BDC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 21.93%
G = 64.33%
B = 13.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#4BDC2F (or 0x4BDC2F) is known color: Lime Green. HEX triplet: 4B, DC and 2F. RGB value is (75,220,47). Sum of RGB (Red+Green+Blue) = 75+220+47=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDC2F is #B423D0. Grayscale: #9D9D9D. Windows color (decimal): -11805649 or 3136587. OLE color: 3136587.

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

Color convert

RGB 75 220 47 -
CMYK 0.66 0 0.79 0.14
HSL 110.29º 0.71% 0.52% -
HSV(B) 110.29º 0.79% 0.86% -
XYZ 29.01 52.89 11.37 -
YUV 156.92 65.96 69.57 -
System Red Green Blue C M Y K H S L
Decimal 75 220 47 0.66 0 0.79 0.14 110.29 0.71 0.52
Hex 4B DC 2F 42 0 4F E 6E 47 34
Octal 113 334 57 102 0 117 16 156 107 64
Binary 1001011 11011100 101111 1000010 0 1001111 1110 1101110 1000111 110100

Color Harmonies of #4BDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDC2F

Black with #4BDC2F

Text Example


Text Example

White with #4BDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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