Html Css Color HEX #4BC644 Lime Green

📋 copy color: '#4BC644'

red 75 ◦ green 198 ◦ blue 68

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

Shades of Lime Green #4BC644

Tints of Lime Green #4BC644

RGB

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

 GREEN value IS 198 (77.73% from 255) = 58.06%

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 21.99%
G = 58.06%
B = 19.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#4BC644 (or 0x4BC644) is known color: Lime Green. HEX triplet: 4B, C6 and 44. RGB value is (75,198,68). Sum of RGB (Red+Green+Blue) = 75+198+68=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC644 is #B439BB. Grayscale: #929292. Windows color (decimal): -11811260 or 4507211. OLE color: 4507211.

HSL color Cylindrical-coordinate representation of color #4BC644: hue angle of 116.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC644 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 198 68 -
CMYK 0.62 0 0.66 0.22
HSL 116.77º 0.53% 0.52% -
HSV(B) 116.77º 0.66% 0.78% -
XYZ 24.14 42.3 12.36 -
YUV 146.4 83.75 77.07 -
System Red Green Blue C M Y K H S L
Decimal 75 198 68 0.62 0 0.66 0.22 116.77 0.53 0.52
Hex 4B C6 44 3E 0 42 16 75 35 34
Octal 113 306 104 76 0 102 26 165 65 64
Binary 1001011 11000110 1000100 111110 0 1000010 10110 1110101 110101 110100

Color Harmonies of #4BC644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC644

Black with #4BC644

Text Example


Text Example

White with #4BC644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,198,68); }

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

background-color css

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

 a { background-color: rgb(75,198,68); }

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

border-color css

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

 span { border-color: rgb(75,198,68); }

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