Html Css Color HEX #4BC332 Lime Green

📋 copy color: '#4BC332'

red 75 ◦ green 195 ◦ blue 50

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

Shades of Lime Green #4BC332

Tints of Lime Green #4BC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 23.44%
G = 60.94%
B = 15.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#4BC332 (or 0x4BC332) is known color: Lime Green. HEX triplet: 4B, C3 and 32. RGB value is (75,195,50). Sum of RGB (Red+Green+Blue) = 75+195+50=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC332 is #B43CCD. Grayscale: #8F8F8F. Windows color (decimal): -11812046 or 3326795. OLE color: 3326795.

HSL color Cylindrical-coordinate representation of color #4BC332: hue angle of 109.66º degrees, saturation: 0.59, 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 #4BC332 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 195 50 -
CMYK 0.62 0 0.74 0.24
HSL 109.66º 0.59% 0.48% -
HSV(B) 109.66º 0.74% 0.76% -
XYZ 22.99 40.76 9.67 -
YUV 142.59 75.74 79.79 -
System Red Green Blue C M Y K H S L
Decimal 75 195 50 0.62 0 0.74 0.24 109.66 0.59 0.48
Hex 4B C3 32 3E 0 4A 18 6E 3B 30
Octal 113 303 62 76 0 112 30 156 73 60
Binary 1001011 11000011 110010 111110 0 1001010 11000 1101110 111011 110000

Color Harmonies of #4BC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC332

Black with #4BC332

Text Example


Text Example

White with #4BC332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,195,50); }

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

background-color css

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

 a { background-color: rgb(75,195,50); }

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

border-color css

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

 span { border-color: rgb(75,195,50); }

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