Html Css Color HEX #4BC134 Lime Green

📋 copy color: '#4BC134'

red 75 ◦ green 193 ◦ blue 52

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

Shades of Lime Green #4BC134

Tints of Lime Green #4BC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 23.44%
G = 60.31%
B = 16.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#4BC134 (or 0x4BC134) is known color: Lime Green. HEX triplet: 4B, C1 and 34. RGB value is (75,193,52). Sum of RGB (Red+Green+Blue) = 75+193+52=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC134 is #B43ECB. Grayscale: #8E8E8E. Windows color (decimal): -11812556 or 3457355. OLE color: 3457355.

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

Color convert

RGB 75 193 52 -
CMYK 0.61 0 0.73 0.24
HSL 110.21º 0.58% 0.48% -
HSV(B) 110.21º 0.73% 0.76% -
XYZ 22.59 39.88 9.76 -
YUV 141.64 77.41 80.46 -
System Red Green Blue C M Y K H S L
Decimal 75 193 52 0.61 0 0.73 0.24 110.21 0.58 0.48
Hex 4B C1 34 3D 0 49 18 6E 3A 30
Octal 113 301 64 75 0 111 30 156 72 60
Binary 1001011 11000001 110100 111101 0 1001001 11000 1101110 111010 110000

Color Harmonies of #4BC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC134

Black with #4BC134

Text Example


Text Example

White with #4BC134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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