Html Css Color HEX #4BC434 Lime Green

📋 copy color: '#4BC434'

red 75 ◦ green 196 ◦ blue 52

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

Shades of Lime Green #4BC434

Tints of Lime Green #4BC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.68%

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

R = 23.22%
G = 60.68%
B = 16.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#4BC434 (or 0x4BC434) is known color: Lime Green. HEX triplet: 4B, C4 and 34. RGB value is (75,196,52). Sum of RGB (Red+Green+Blue) = 75+196+52=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC434 is #B43BCB. Grayscale: #8F8F8F. Windows color (decimal): -11811788 or 3458123. OLE color: 3458123.

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

Color convert

RGB 75 196 52 -
CMYK 0.62 0 0.73 0.23
HSL 110.42º 0.58% 0.49% -
HSV(B) 110.42º 0.73% 0.77% -
XYZ 23.26 41.22 9.98 -
YUV 143.41 76.41 79.21 -
System Red Green Blue C M Y K H S L
Decimal 75 196 52 0.62 0 0.73 0.23 110.42 0.58 0.49
Hex 4B C4 34 3E 0 49 17 6E 3A 31
Octal 113 304 64 76 0 111 27 156 72 61
Binary 1001011 11000100 110100 111110 0 1001001 10111 1101110 111010 110001

Color Harmonies of #4BC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC434

Black with #4BC434

Text Example


Text Example

White with #4BC434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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