Html Css Color HEX #4BC138 Lime Green

📋 copy color: '#4BC138'

red 75 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #4BC138

Tints of Lime Green #4BC138

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.57%

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

R = 23.15%
G = 59.57%
B = 17.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#4BC138 (or 0x4BC138) is known color: Lime Green. HEX triplet: 4B, C1 and 38. RGB value is (75,193,56). Sum of RGB (Red+Green+Blue) = 75+193+56=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC138 is #B43EC7. Grayscale: #8E8E8E. Windows color (decimal): -11812552 or 3719499. OLE color: 3719499.

HSL color Cylindrical-coordinate representation of color #4BC138: hue angle of 111.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BC138 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 193 56 -
CMYK 0.61 0 0.71 0.24
HSL 111.68º 0.55% 0.49% -
HSV(B) 111.68º 0.71% 0.76% -
XYZ 22.69 39.92 10.25 -
YUV 142.1 79.41 80.14 -
System Red Green Blue C M Y K H S L
Decimal 75 193 56 0.61 0 0.71 0.24 111.68 0.55 0.49
Hex 4B C1 38 3D 0 47 18 70 37 31
Octal 113 301 70 75 0 107 30 160 67 61
Binary 1001011 11000001 111000 111101 0 1000111 11000 1110000 110111 110001

Color Harmonies of #4BC138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC138

Black with #4BC138

Text Example


Text Example

White with #4BC138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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