Html Css Color HEX #4CDC2B Lime Green

📋 copy color: '#4CDC2B'

red 76 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #4CDC2B

Tints of Lime Green #4CDC2B

RGB

 RED value IS 76 (30.08% from 255) = 22.42%

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

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 22.42%
G = 64.9%
B = 12.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#4CDC2B (or 0x4CDC2B) is known color: Lime Green. HEX triplet: 4C, DC and 2B. RGB value is (76,220,43). Sum of RGB (Red+Green+Blue) = 76+220+43=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC2B is #B323D4. Grayscale: #9D9D9D. Windows color (decimal): -11740117 or 2874444. OLE color: 2874444.

HSL color Cylindrical-coordinate representation of color #4CDC2B: hue angle of 108.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CDC2B is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 220 43 -
CMYK 0.65 0 0.80 0.14
HSL 108.81º 0.72% 0.52% -
HSV(B) 108.81º 0.8% 0.86% -
XYZ 29.01 52.9 10.97 -
YUV 156.77 63.79 70.39 -
System Red Green Blue C M Y K H S L
Decimal 76 220 43 0.65 0 0.80 0.14 108.81 0.72 0.52
Hex 4C DC 2B 41 0 50 E 6D 48 34
Octal 114 334 53 101 0 120 16 155 110 64
Binary 1001100 11011100 101011 1000001 0 1010000 1110 1101101 1001000 110100

Color Harmonies of #4CDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDC2B

Black with #4CDC2B

Text Example


Text Example

White with #4CDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,43); }

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

background-color css

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

 a { background-color: rgb(76,220,43); }

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

border-color css

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

 span { border-color: rgb(76,220,43); }

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