Html Css Color HEX #4BC140 Lime Green

📋 copy color: '#4BC140'

red 75 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #4BC140

Tints of Lime Green #4BC140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 22.59%
G = 58.13%
B = 19.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#4BC140 (or 0x4BC140) is known color: Lime Green. HEX triplet: 4B, C1 and 40. RGB value is (75,193,64). Sum of RGB (Red+Green+Blue) = 75+193+64=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC140 is #B43EBF. Grayscale: #8F8F8F. Windows color (decimal): -11812544 or 4243787. OLE color: 4243787.

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

Color convert

RGB 75 193 64 -
CMYK 0.61 0 0.67 0.24
HSL 114.88º 0.51% 0.5% -
HSV(B) 114.88º 0.67% 0.76% -
XYZ 22.9 40.01 11.37 -
YUV 143.01 83.41 79.49 -
System Red Green Blue C M Y K H S L
Decimal 75 193 64 0.61 0 0.67 0.24 114.88 0.51 0.5
Hex 4B C1 40 3D 0 43 18 73 33 32
Octal 113 301 100 75 0 103 30 163 63 62
Binary 1001011 11000001 1000000 111101 0 1000011 11000 1110011 110011 110010

Color Harmonies of #4BC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC140

Black with #4BC140

Text Example


Text Example

White with #4BC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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