Html Css Color HEX #4BDD2C Lime Green

📋 copy color: '#4BDD2C'

red 75 ◦ green 221 ◦ blue 44

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

Shades of Lime Green #4BDD2C

Tints of Lime Green #4BDD2C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 22.06%
G = 65%
B = 12.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#4BDD2C (or 0x4BDD2C) is known color: Lime Green. HEX triplet: 4B, DD and 2C. RGB value is (75,221,44). Sum of RGB (Red+Green+Blue) = 75+221+44=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDD2C is #B422D3. Grayscale: #9D9D9D. Windows color (decimal): -11805396 or 2940235. OLE color: 2940235.

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

Color convert

RGB 75 221 44 -
CMYK 0.66 0 0.80 0.13
HSL 109.49º 0.72% 0.52% -
HSV(B) 109.49º 0.8% 0.87% -
XYZ 29.21 53.39 11.15 -
YUV 157.17 64.13 69.39 -
System Red Green Blue C M Y K H S L
Decimal 75 221 44 0.66 0 0.80 0.13 109.49 0.72 0.52
Hex 4B DD 2C 42 0 50 D 6D 48 34
Octal 113 335 54 102 0 120 15 155 110 64
Binary 1001011 11011101 101100 1000010 0 1010000 1101 1101101 1001000 110100

Color Harmonies of #4BDD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD2C

Black with #4BDD2C

Text Example


Text Example

White with #4BDD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,221,44); }

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

background-color css

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

 a { background-color: rgb(75,221,44); }

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

border-color css

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

 span { border-color: rgb(75,221,44); }

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