Html Css Color HEX #4BDE30 Lime Green

📋 copy color: '#4BDE30'

red 75 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #4BDE30

Tints of Lime Green #4BDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 64.35%

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

R = 21.74%
G = 64.35%
B = 13.91%

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

#4BDE30 (or 0x4BDE30) is known color: Lime Green. HEX triplet: 4B, DE and 30. RGB value is (75,222,48). Sum of RGB (Red+Green+Blue) = 75+222+48=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDE30 is #B421CF. Grayscale: #9E9E9E. Windows color (decimal): -11805136 or 3202635. OLE color: 3202635.

HSL color Cylindrical-coordinate representation of color #4BDE30: hue angle of 110.69º degrees, saturation: 0.73, 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 #4BDE30 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 222 48 -
CMYK 0.66 0 0.78 0.13
HSL 110.69º 0.73% 0.53% -
HSV(B) 110.69º 0.78% 0.87% -
XYZ 29.56 53.95 11.65 -
YUV 158.21 65.8 68.65 -
System Red Green Blue C M Y K H S L
Decimal 75 222 48 0.66 0 0.78 0.13 110.69 0.73 0.53
Hex 4B DE 30 42 0 4E D 6F 48 35
Octal 113 336 60 102 0 116 15 157 110 65
Binary 1001011 11011110 110000 1000010 0 1001110 1101 1101111 1001000 110101

Color Harmonies of #4BDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDE30

Black with #4BDE30

Text Example


Text Example

White with #4BDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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