Html Css Color HEX #4BDF30 Lime Green

📋 copy color: '#4BDF30'

red 75 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #4BDF30

Tints of Lime Green #4BDF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.45%

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

R = 21.68%
G = 64.45%
B = 13.87%

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

#4BDF30 (or 0x4BDF30) is known color: Lime Green. HEX triplet: 4B, DF and 30. RGB value is (75,223,48). Sum of RGB (Red+Green+Blue) = 75+223+48=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF30 is #B420CF. Grayscale: #9F9F9F. Windows color (decimal): -11804880 or 3202891. OLE color: 3202891.

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

Color convert

RGB 75 223 48 -
CMYK 0.66 0 0.78 0.13
HSL 110.74º 0.73% 0.53% -
HSV(B) 110.74º 0.78% 0.87% -
XYZ 29.82 54.48 11.74 -
YUV 158.8 65.47 68.23 -
System Red Green Blue C M Y K H S L
Decimal 75 223 48 0.66 0 0.78 0.13 110.74 0.73 0.53
Hex 4B DF 30 42 0 4E D 6F 49 35
Octal 113 337 60 102 0 116 15 157 111 65
Binary 1001011 11011111 110000 1000010 0 1001110 1101 1101111 1001001 110101

Color Harmonies of #4BDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDF30

Black with #4BDF30

Text Example


Text Example

White with #4BDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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