Html Css Color HEX #4BC133 Lime Green

📋 copy color: '#4BC133'

red 75 ◦ green 193 ◦ blue 51

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

Shades of Lime Green #4BC133

Tints of Lime Green #4BC133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 23.51%
G = 60.5%
B = 15.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#4BC133 (or 0x4BC133) is known color: Lime Green. HEX triplet: 4B, C1 and 33. RGB value is (75,193,51). Sum of RGB (Red+Green+Blue) = 75+193+51=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC133 is #B43ECC. Grayscale: #8D8D8D. Windows color (decimal): -11812557 or 3391819. OLE color: 3391819.

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

Color convert

RGB 75 193 51 -
CMYK 0.61 0 0.74 0.24
HSL 109.86º 0.58% 0.48% -
HSV(B) 109.86º 0.74% 0.76% -
XYZ 22.57 39.87 9.64 -
YUV 141.53 76.91 80.55 -
System Red Green Blue C M Y K H S L
Decimal 75 193 51 0.61 0 0.74 0.24 109.86 0.58 0.48
Hex 4B C1 33 3D 0 4A 18 6E 3A 30
Octal 113 301 63 75 0 112 30 156 72 60
Binary 1001011 11000001 110011 111101 0 1001010 11000 1101110 111010 110000

Color Harmonies of #4BC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC133

Black with #4BC133

Text Example


Text Example

White with #4BC133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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