Html Css Color HEX #4BC533 Lime Green

📋 copy color: '#4BC533'

red 75 ◦ green 197 ◦ blue 51

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

Shades of Lime Green #4BC533

Tints of Lime Green #4BC533

RGB

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

 GREEN value IS 197 (77.34% from 255) = 60.99%

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

R = 23.22%
G = 60.99%
B = 15.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#4BC533 (or 0x4BC533) is known color: Lime Green. HEX triplet: 4B, C5 and 33. RGB value is (75,197,51). Sum of RGB (Red+Green+Blue) = 75+197+51=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC533 is #B43ACC. Grayscale: #909090. Windows color (decimal): -11811533 or 3392843. OLE color: 3392843.

HSL color Cylindrical-coordinate representation of color #4BC533: hue angle of 110.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BC533 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 75 197 51 -
CMYK 0.62 0 0.74 0.23
HSL 110.14º 0.59% 0.49% -
HSV(B) 110.14º 0.74% 0.77% -
XYZ 23.47 41.67 9.94 -
YUV 143.88 75.58 78.87 -
System Red Green Blue C M Y K H S L
Decimal 75 197 51 0.62 0 0.74 0.23 110.14 0.59 0.49
Hex 4B C5 33 3E 0 4A 17 6E 3B 31
Octal 113 305 63 76 0 112 27 156 73 61
Binary 1001011 11000101 110011 111110 0 1001010 10111 1101110 111011 110001

Color Harmonies of #4BC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC533

Black with #4BC533

Text Example


Text Example

White with #4BC533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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