Html Css Color HEX #4BC144 Lime Green

📋 copy color: '#4BC144'

red 75 ◦ green 193 ◦ blue 68

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

Shades of Lime Green #4BC144

Tints of Lime Green #4BC144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 22.32%
G = 57.44%
B = 20.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#4BC144 (or 0x4BC144) is known color: Lime Green. HEX triplet: 4B, C1 and 44. RGB value is (75,193,68). Sum of RGB (Red+Green+Blue) = 75+193+68=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC144 is #B43EBB. Grayscale: #8F8F8F. Windows color (decimal): -11812540 or 4505931. OLE color: 4505931.

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

Color convert

RGB 75 193 68 -
CMYK 0.61 0 0.65 0.24
HSL 116.64º 0.5% 0.51% -
HSV(B) 116.64º 0.65% 0.76% -
XYZ 23.02 40.05 11.99 -
YUV 143.47 85.41 79.16 -
System Red Green Blue C M Y K H S L
Decimal 75 193 68 0.61 0 0.65 0.24 116.64 0.5 0.51
Hex 4B C1 44 3D 0 41 18 75 32 33
Octal 113 301 104 75 0 101 30 165 62 63
Binary 1001011 11000001 1000100 111101 0 1000001 11000 1110101 110010 110011

Color Harmonies of #4BC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC144

Black with #4BC144

Text Example


Text Example

White with #4BC144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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