Html Css Color HEX #4BC034 Lime Green

📋 copy color: '#4BC034'

red 75 ◦ green 192 ◦ blue 52

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

Shades of Lime Green #4BC034

Tints of Lime Green #4BC034

RGB

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

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

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

R = 23.51%
G = 60.19%
B = 16.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#4BC034 (or 0x4BC034) is known color: Lime Green. HEX triplet: 4B, C0 and 34. RGB value is (75,192,52). Sum of RGB (Red+Green+Blue) = 75+192+52=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC034 is #B43FCB. Grayscale: #8D8D8D. Windows color (decimal): -11812812 or 3457099. OLE color: 3457099.

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

Color convert

RGB 75 192 52 -
CMYK 0.61 0 0.73 0.25
HSL 110.14º 0.57% 0.48% -
HSV(B) 110.14º 0.73% 0.75% -
XYZ 22.37 39.44 9.68 -
YUV 141.06 77.74 80.88 -
System Red Green Blue C M Y K H S L
Decimal 75 192 52 0.61 0 0.73 0.25 110.14 0.57 0.48
Hex 4B C0 34 3D 0 49 19 6E 39 30
Octal 113 300 64 75 0 111 31 156 71 60
Binary 1001011 11000000 110100 111101 0 1001001 11001 1101110 111001 110000

Color Harmonies of #4BC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC034

Black with #4BC034

Text Example


Text Example

White with #4BC034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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