Html Css Color HEX #4BC043 Lime Green

📋 copy color: '#4BC043'

red 75 ◦ green 192 ◦ blue 67

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

Shades of Lime Green #4BC043

Tints of Lime Green #4BC043

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 22.46%
G = 57.49%
B = 20.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#4BC043 (or 0x4BC043) is known color: Lime Green. HEX triplet: 4B, C0 and 43. RGB value is (75,192,67). Sum of RGB (Red+Green+Blue) = 75+192+67=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC043 is #B43FBC. Grayscale: #8F8F8F. Windows color (decimal): -11812797 or 4440139. OLE color: 4440139.

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

Color convert

RGB 75 192 67 -
CMYK 0.61 0 0.65 0.25
HSL 116.16º 0.5% 0.51% -
HSV(B) 116.16º 0.65% 0.75% -
XYZ 22.76 39.6 11.75 -
YUV 142.77 85.24 79.66 -
System Red Green Blue C M Y K H S L
Decimal 75 192 67 0.61 0 0.65 0.25 116.16 0.5 0.51
Hex 4B C0 43 3D 0 41 19 74 32 33
Octal 113 300 103 75 0 101 31 164 62 63
Binary 1001011 11000000 1000011 111101 0 1000001 11001 1110100 110010 110011

Color Harmonies of #4BC043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC043

Black with #4BC043

Text Example


Text Example

White with #4BC043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,67); }

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

background-color css

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

 a { background-color: rgb(75,192,67); }

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

border-color css

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

 span { border-color: rgb(75,192,67); }

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