Html Css Color HEX #4BDD30 Lime Green

📋 copy color: '#4BDD30'

red 75 ◦ green 221 ◦ blue 48

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

Shades of Lime Green #4BDD30

Tints of Lime Green #4BDD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 21.8%
G = 64.24%
B = 13.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#4BDD30 (or 0x4BDD30) is known color: Lime Green. HEX triplet: 4B, DD and 30. RGB value is (75,221,48). Sum of RGB (Red+Green+Blue) = 75+221+48=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDD30 is #B422CF. Grayscale: #9E9E9E. Windows color (decimal): -11805392 or 3202379. OLE color: 3202379.

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

Color convert

RGB 75 221 48 -
CMYK 0.66 0 0.78 0.13
HSL 110.64º 0.72% 0.53% -
HSV(B) 110.64º 0.78% 0.87% -
XYZ 29.29 53.42 11.56 -
YUV 157.62 66.13 69.07 -
System Red Green Blue C M Y K H S L
Decimal 75 221 48 0.66 0 0.78 0.13 110.64 0.72 0.53
Hex 4B DD 30 42 0 4E D 6F 48 35
Octal 113 335 60 102 0 116 15 157 110 65
Binary 1001011 11011101 110000 1000010 0 1001110 1101 1101111 1001000 110101

Color Harmonies of #4BDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDD30

Black with #4BDD30

Text Example


Text Example

White with #4BDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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