Html Css Color HEX #4BDF38 Lime Green

📋 copy color: '#4BDF38'

red 75 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #4BDF38

Tints of Lime Green #4BDF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 21.19%
G = 62.99%
B = 15.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#4BDF38 (or 0x4BDF38) is known color: Lime Green. HEX triplet: 4B, DF and 38. RGB value is (75,223,56). Sum of RGB (Red+Green+Blue) = 75+223+56=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF38 is #B420C7. Grayscale: #A0A0A0. Windows color (decimal): -11804872 or 3727179. OLE color: 3727179.

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

Color convert

RGB 75 223 56 -
CMYK 0.66 0 0.75 0.13
HSL 113.17º 0.72% 0.55% -
HSV(B) 113.17º 0.75% 0.87% -
XYZ 30 54.56 12.69 -
YUV 159.71 69.47 67.58 -
System Red Green Blue C M Y K H S L
Decimal 75 223 56 0.66 0 0.75 0.13 113.17 0.72 0.55
Hex 4B DF 38 42 0 4B D 71 48 37
Octal 113 337 70 102 0 113 15 161 110 67
Binary 1001011 11011111 111000 1000010 0 1001011 1101 1110001 1001000 110111

Color Harmonies of #4BDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDF38

Black with #4BDF38

Text Example


Text Example

White with #4BDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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